guhongwei 4 年之前
父節點
當前提交
7ab40f5412
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/home/index.vue

+ 5 - 0
src/views/home/index.vue

@@ -22,6 +22,11 @@ import NavBar from '@/layout/common/topInfo.vue';
 import footInfo from '@/layout/common/footInfo.vue';
 const jwt = require('jsonwebtoken');
 export default {
+  metaInfo() {
+    return {
+      title: '科技平台',
+    };
+  },
   name: 'index',
   props: {},
   components: {