|
@@ -23,6 +23,21 @@ const routes = [
|
|
|
path: '/financial/index',
|
|
|
component: () => import('../views/financial/index.vue'),
|
|
|
},
|
|
|
+ // 用户管理
|
|
|
+ {
|
|
|
+ path: '/otheruser/index',
|
|
|
+ component: () => import('../views/otheruser/index.vue'),
|
|
|
+ },
|
|
|
+ // 企业信息管理
|
|
|
+ {
|
|
|
+ path: '/company/index',
|
|
|
+ component: () => import('../views/company/index.vue'),
|
|
|
+ },
|
|
|
+ // 企业认证管理
|
|
|
+ {
|
|
|
+ path: '/companyidentify/index',
|
|
|
+ component: () => import('../views/companyidentify/index.vue'),
|
|
|
+ },
|
|
|
];
|
|
|
|
|
|
const router = new VueRouter({
|