guhongwei hace 5 años
padre
commit
7ab40f5412
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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: {