...
|
...
|
@@ -200,21 +200,21 @@ let routes = [ |
|
|
// { path: '/group', component: Group, name: '集团管理'}
|
|
|
]
|
|
|
},
|
|
|
// {
|
|
|
// path: '/admin',
|
|
|
// component: Home,
|
|
|
// name: '系统设置',
|
|
|
// iconCls: 'el-icon-setting',//图标样式class
|
|
|
// children: [
|
|
|
// { path: '/user', component: User, name: '用户管理' },
|
|
|
// { path: '/role', component: Role, name: '组织机构' },
|
|
|
// { path: '/perm', component: Perm, name: '权限管理' },
|
|
|
// { path: '/log', component: LOG, name: '系统日志' },
|
|
|
// { path: '/department', component: Department, name: '部门管理' },
|
|
|
// { path: '/company', component: Company, name: '公司管理'},
|
|
|
// { path: '/group', component: Group, name: '集团管理'}
|
|
|
// ]
|
|
|
// },
|
|
|
{
|
|
|
path: '/admin',
|
|
|
component: Home,
|
|
|
name: '系统设置',
|
|
|
iconCls: 'el-icon-setting',//图标样式class
|
|
|
children: [
|
|
|
{ path: '/user', component: User, name: '用户管理' },
|
|
|
{ path: '/role', component: Role, name: '组织机构' },
|
|
|
{ path: '/perm', component: Perm, name: '权限管理' },
|
|
|
{ path: '/log', component: LOG, name: '系统日志' },
|
|
|
{ path: '/department', component: Department, name: '部门管理' },
|
|
|
{ path: '/company', component: Company, name: '公司管理'},
|
|
|
{ path: '/group', component: Group, name: '集团管理'}
|
|
|
]
|
|
|
},
|
|
|
// {
|
|
|
// path: '/guestService',
|
|
|
// component: Home,
|
...
|
...
|
|