...
|
...
|
@@ -349,7 +349,7 @@ let routes = [ |
|
|
children: [
|
|
|
{ path: '/user', component: User, name: '用户管理' },
|
|
|
{ path: '/role', component: Role, name: '组织机构' },
|
|
|
{ path: '/crm', component: CRM, name: '组织机构' },
|
|
|
{ path: '/crm', component: CRM, name: '客户资源' },
|
|
|
{ path: '/perm', component: Perm, name: '权限管理' },
|
|
|
{ path: '/dataperm', component: DataPerm, name: '数据权限' },
|
|
|
{ path: '/log', component: LOG, name: '系统日志' },
|
...
|
...
|
|