This commit is contained in:
曙光 2024-12-22 00:39:33 +08:00
parent dc1fc0a5bd
commit 0161d0b585

View File

@ -4,11 +4,11 @@
<Loading :loading="loading" />
</div>
</template>
<!-- 111 -->
<script>
import Loading from './components/common/Loading';
import Loading from "./components/common/Loading";
export default {
name: 'Root',
name: "Root",
components: { Loading },
provide() {
return {
@ -30,16 +30,17 @@ export default {
},
},
metaInfo: {
title: '首页',
titleTemplate: '%s | 竞赛管理系统',
title: "首页",
titleTemplate: "%s | 竞赛管理系统",
meta: [
{
name: 'keywords',
content: '南昌大学,软件学院,竞赛,管理系统',
name: "keywords",
content: "南昌大学,软件学院,竞赛,管理系统",
},
{
name: 'description',
content: '南昌大学软件学院竞赛管理系统,用于管理竞赛数据。学生参赛报备、竞赛数据统计、数据导出。',
name: "description",
content:
"南昌大学软件学院竞赛管理系统,用于管理竞赛数据。学生参赛报备、竞赛数据统计、数据导出。",
},
],
},