关闭系统菜单接口权限验证

This commit is contained in:
TinyAnts 2022-04-20 11:38:36 +08:00
parent e0210f6a60
commit 716a5b10a1
1 changed files with 2 additions and 1 deletions

View File

@ -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", // 系统菜单
};
}