CN-32 CN-33 : 角色菜单添加 用户管理界面bug修改

This commit is contained in:
zhangyu
2021-06-16 15:01:58 +08:00
parent e5823523cc
commit a808dae7c1
9 changed files with 424 additions and 10 deletions

View File

@@ -17,6 +17,10 @@ const routes = [
{
path: '/user',
component: () => import('@/views/settings/User')
},
{
path: '/roles',
component: () => import('@/views/settings/Roles')
}
]
}