代码拉取完成,页面将自动刷新
<script lang="ts" setup>
import { ID_INJECTION_KEY, ElConfigProvider } from 'element-plus'
import zhCn from 'element-plus/es/locale/lang/zh-cn'
import { useAppStore } from './stores/app'
import { addVisit } from './api/shop'
provide(ID_INJECTION_KEY, {
prefix: 100,
current: 0
})
const config = {
locale: zhCn
}
const appStore = useAppStore()
const { pc_title, pc_ico, pc_keywords, pc_desc } = appStore.getWebsiteConfig
useHead({
title: pc_title,
meta: [
{ name: 'description', content: pc_desc },
{ name: 'keywords', content: pc_keywords }
],
link: [
{
rel: 'icon',
href: pc_ico
}
]
})
addVisit()
</script>
<template>
<ElConfigProvider v-bind="config">
<NuxtLoadingIndicator color="#4a5dff" :height="2" />
<NuxtPage />
</ElConfigProvider>
</template>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。