PC-mj/pages/index.vue
2024-07-24 16:17:06 +08:00

7 lines
269 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 }] })
</script>