@@ -386,5 +386,9 @@ export const constantRouterMap = [
path: '/automaticLogin',
component: () => import(/* webpackChunkName: "fail" */ '../views/user/AutomaticLogin.vue')
},
+ {//////////////角色路径
+ path: '/roleViewList',
+ component: () => import(/* webpackChunkName: "fail" */ '../views/system/RoleUserList.vue')
+ },
]