guhongwei 5 gadi atpakaļ
vecāks
revīzija
7ab40f5412
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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: {