PC-mj/pages/index.vue

7 lines
269 B
Vue
Raw Permalink Normal View History

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-01-03 07:28:16 +00:00
</script>