Browse Source

跳转页面

sqg 4 năm trước cách đây
mục cha
commit
0e11640a8e
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      front-vue/src/router/index.js

+ 13 - 0
front-vue/src/router/index.js

@@ -241,6 +241,19 @@ export const constantRoutes = [
       },
     ]
   },
+  {
+    path: '/company',
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: 'detailComPany/:scyId',
+        component: (resolve) => require(['@/views/service/company/detailComPany'], resolve),
+        name: 'detailComPany',
+        meta: { title: '企业详情',noCache: true }
+      },
+    ]
+  },
 ]
 
 export default new Router({