fix-0330: delete html info meta
This commit is contained in:
parent
ffb7e61cad
commit
f012c93254
18
src/App.vue
18
src/App.vue
@ -6,9 +6,9 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Loading from './components/common/Loading';
|
||||
import Loading from "./components/common/Loading";
|
||||
export default {
|
||||
name: 'Root',
|
||||
name: "Root",
|
||||
components: { Loading },
|
||||
provide() {
|
||||
return {
|
||||
@ -30,18 +30,8 @@ export default {
|
||||
},
|
||||
},
|
||||
metaInfo: {
|
||||
title: '首页',
|
||||
titleTemplate: '%s | 竞赛管理系统',
|
||||
meta: [
|
||||
{
|
||||
name: 'keywords',
|
||||
content: '南昌大学,软件学院,竞赛,管理系统',
|
||||
},
|
||||
{
|
||||
name: 'description',
|
||||
content: '南昌大学软件学院竞赛管理系统,用于管理竞赛数据。学生参赛报备、竞赛数据统计、数据导出。',
|
||||
},
|
||||
],
|
||||
title: "首页",
|
||||
titleTemplate: "%s | 竞赛管理系统",
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user