PC-mj/pages/index.vue

7 lines
269 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-19 15:03:52 +08: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-01-03 15:28:16 +08:00
</script>