Browse Source

认证页面

tudc 3 years ago
parent
commit
a4d7fd4bda
1 changed files with 7 additions and 2 deletions
  1. 7 2
      front-vue/src/router/index.js

+ 7 - 2
front-vue/src/router/index.js

@@ -59,6 +59,11 @@ export const constantRoutes = [
     hidden: true
   },
   {
+    path: '/certification',
+    component: (resolve) => require(['@/views/system/company/certification'], resolve),
+    hidden: true
+  },
+  {
     path: '/404',
     component: (resolve) => require(['@/views/error/404'], resolve),
     hidden: true
@@ -265,7 +270,7 @@ export const constantRoutes = [
       },
     ]
   },
-  {
+  /* {
     path: '/company',
     component: Layout,
     hidden: true,
@@ -277,7 +282,7 @@ export const constantRoutes = [
         meta: { title: '企业详情',noCache: true }
       },
     ]
-  },
+  }, */
 ]
 
 export default new Router({