guhongwei 2 年之前
父節點
當前提交
263ff1f25a
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/router/module/account.js

+ 10 - 0
src/router/module/account.js

@@ -28,5 +28,15 @@ export default [
     path: '/admin/business/detail',
     meta: { title: '信息管理' },
     component: () => import('@/views/admin/business/detail.vue')
+  },
+  {
+    path: '/user/company',
+    meta: { title: '企业用户' },
+    component: () => import('@/views/user/company/index.vue')
+  },
+  {
+    path: '/user/company/detail',
+    meta: { title: '信息管理' },
+    component: () => import('@/views/user/company/detail.vue')
   }
 ];