修改首页顶部出现问题

This commit is contained in:
A1300399510
2024-07-04 14:48:36 +08:00
parent e60e492d71
commit 1aaac5f4cf
50 changed files with 259 additions and 265 deletions

View File

@@ -9,6 +9,8 @@
<RouterView></RouterView>
</template>
<script setup>
useHead({ script: [{ src: "https://app.gter.net/bottom?tpl=header&menukey=vote" }, { src: "https://app.gter.net/bottom?tpl=footer", body: true }] })
const route = useRoute()
// 是否是 生产环境
const isProduction = process.env.NODE_ENV === "production"