no message

This commit is contained in:
A1300399510
2024-01-30 19:08:34 +08:00
parent e07b6d6be2
commit 39c14ed9bb
3 changed files with 112 additions and 29 deletions

View File

@@ -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;