panhui 4 years ago
parent
commit
ee64b3f15d
1 changed files with 14 additions and 2 deletions
  1. 14 2
      src/router/index.js

+ 14 - 2
src/router/index.js

@@ -122,7 +122,8 @@ const routes = [
         component: () => import('../views/account/Login.vue'),
         meta: {
             pageType: Page.Login,
-            title: '登录'
+            title: '登录',
+            tabColor: '#181818'
         }
     },
     {
@@ -140,7 +141,8 @@ const routes = [
         component: () => import('../views/account/Register.vue'),
         meta: {
             pageType: Page.Login,
-            title: '注册'
+            title: '注册',
+            tabColor: '#181818'
         }
     },
     {
@@ -248,6 +250,16 @@ const routes = [
             tabColor: '#181818'
         }
     },
+    {
+        path: '/newsDetail',
+        name: 'newsDetail',
+        component: () => import('../views/product/NewsDetail.vue'),
+        meta: {
+            pageType: Page.Every,
+            title: '第九空间',
+            tabColor: '#181818'
+        }
+    },
     {
         path: '/productTasks',
         name: 'productTasks',