fix: 去除用户角色页面,修复build问题

This commit is contained in:
valarchie
2023-02-27 19:32:13 +08:00
parent fb04389e2a
commit c690296062

View File

@@ -81,19 +81,6 @@ export const constantRoutes = [
},
],
},
{
path: '/system/user-auth',
component: Layout,
hidden: true,
children: [
{
path: 'role/:userId(\\d+)',
component: () => import('@/views/system/user/authRole'),
name: 'AuthRole',
meta: { title: '分配角色', activeMenu: '/system/user' },
},
],
},
{
path: '/system/role-auth',
component: Layout,