mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-17 06:31:34 +08:00
关闭系统菜单接口权限验证
This commit is contained in:
@@ -24,7 +24,8 @@ public class AdminConfig {
|
||||
public static String[] notAuthUri = new String[]{
|
||||
"system:admin:upInfo", // 管理员更新
|
||||
"system:admin:self", // 管理员信息
|
||||
"system:logout" // 退出登录
|
||||
"system:logout", // 退出登录
|
||||
"system:menu:menus", // 系统菜单
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user