mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-09 07:42:23 +08:00
修复其它角色登录无权限bug
This commit is contained in:
@@ -17,10 +17,7 @@ public class AdminConfig {
|
||||
// 免登录验证
|
||||
public static String[] notLoginUri = new String[]{
|
||||
"system:login", // 登录接口
|
||||
"common:index:config", // 配置接口
|
||||
"common:index:config", // 配置接口
|
||||
"gen:genCode", // 配置接口
|
||||
"gen:downloadCode" // 配置接口
|
||||
"common:index:config" // 配置接口
|
||||
};
|
||||
|
||||
// 免权限验证
|
||||
@@ -29,6 +26,7 @@ public class AdminConfig {
|
||||
"system:admin:self", // 管理员信息
|
||||
"system:logout", // 退出登录
|
||||
"system:menu:menus", // 系统菜单
|
||||
"system:menu:route", // 菜单路由
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user