修复其它角色登录无权限bug
This commit is contained in:
parent
c31dc949ce
commit
9d756089ec
|
|
@ -17,10 +17,7 @@ public class AdminConfig {
|
||||||
// 免登录验证
|
// 免登录验证
|
||||||
public static String[] notLoginUri = new String[]{
|
public static String[] notLoginUri = new String[]{
|
||||||
"system:login", // 登录接口
|
"system:login", // 登录接口
|
||||||
"common:index:config", // 配置接口
|
"common:index:config" // 配置接口
|
||||||
"common:index:config", // 配置接口
|
|
||||||
"gen:genCode", // 配置接口
|
|
||||||
"gen:downloadCode" // 配置接口
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// 免权限验证
|
// 免权限验证
|
||||||
|
|
@ -29,6 +26,7 @@ public class AdminConfig {
|
||||||
"system:admin:self", // 管理员信息
|
"system:admin:self", // 管理员信息
|
||||||
"system:logout", // 退出登录
|
"system:logout", // 退出登录
|
||||||
"system:menu:menus", // 系统菜单
|
"system:menu:menus", // 系统菜单
|
||||||
|
"system:menu:route", // 菜单路由
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue