PC-mj/pages/index.vue
2024-07-19 15:03:52 +08:00

8 lines
292 B
Vue

<template></template>
<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,popupnotification", body: true }] })
console.log("打印");
</script>