fix-0330: delete html info meta

This commit is contained in:
曙光 2025-02-27 21:27:15 +08:00
parent ffb7e61cad
commit f012c93254

View File

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