no message
This commit is contained in:
@@ -115,12 +115,7 @@
|
||||
import { ElMessage } from "element-plus"
|
||||
import zhCn from "element-plus/dist/locale/zh-cn.mjs"
|
||||
const router = useRouter()
|
||||
useHead({
|
||||
script: [
|
||||
// { src: "https://app.gter.net/bottom?tpl=header&menukey=mj" },
|
||||
{ src: "https://app.gter.net/bottom?tpl=footer", body: true },
|
||||
],
|
||||
})
|
||||
useHead({ script: [{ src: "https://app.gter.net/bottom?tpl=footer", body: true }] })
|
||||
|
||||
const setDisabled = time => {
|
||||
return time.getTime() > Date.now() // 可选历史天、可选当前天、不可选未来天
|
||||
@@ -536,7 +531,6 @@ const abandonSaving = () => {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.save-box {
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
|
||||
Reference in New Issue
Block a user