parent
efe52616f2
commit
a936b6074d
@ -0,0 +1,22 @@ |
||||
/*路由表:用户管理*/ |
||||
|
||||
const router = { |
||||
path: 'user', |
||||
meta: {title: '用户管理', icon: 'svg-stock'}, |
||||
children: [ |
||||
{ |
||||
path: 'userInfo', |
||||
name: 'userInfoManagement', |
||||
component: 'admin/user/userInfo/', |
||||
meta: {title: '用户信息'} |
||||
}, |
||||
{ |
||||
path: 'role', |
||||
name: 'roleManagement', |
||||
component: 'admin/user/role/', |
||||
meta: {title: '角色管理'} |
||||
}, |
||||
] |
||||
} |
||||
|
||||
export default router |
||||
Loading…
Reference in new issue