yuansh %!s(int64=2) %!d(string=hai) anos
pai
achega
7f57a5660b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/config/router.config.js

+ 4 - 0
src/config/router.config.js

@@ -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')
+  },
 
 ]