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