8 lines
274 B
Vue
Raw Normal View History

2023-12-18 11:12:07 +08:00
<template></template>
<script setup>
const router = useRouter()
router.replace("/index.html")
2024-07-03 12:26:06 +08:00
useHead({ script: [{ src: "https://app.gter.net/bottom?tpl=header&menukey=mj" }, { src: "https://app.gter.net/bottom?tpl=footer", body: true }] })
console.log("打印");
2024-01-03 15:28:16 +08:00
</script>