修改首页顶部出现问题
This commit is contained in:
2
app.vue
2
app.vue
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user