修改直接进入没有头部问题

This commit is contained in:
A1300399510
2024-07-03 12:26:06 +08:00
parent b93368d639
commit ed9eecf599
59 changed files with 249 additions and 216 deletions

View File

@@ -2,4 +2,6 @@
<script setup>
const router = useRouter()
router.replace("/index.html")
useHead({ script: [{ src: "https://app.gter.net/bottom?tpl=header&menukey=mj" }, { src: "https://app.gter.net/bottom?tpl=footer", body: true }] })
console.log("打印");
</script>