关闭系统菜单接口权限验证
This commit is contained in:
parent
e0210f6a60
commit
716a5b10a1
|
|
@ -24,7 +24,8 @@ public class AdminConfig {
|
||||||
public static String[] notAuthUri = new String[]{
|
public static String[] notAuthUri = new String[]{
|
||||||
"system:admin:upInfo", // 管理员更新
|
"system:admin:upInfo", // 管理员更新
|
||||||
"system:admin:self", // 管理员信息
|
"system:admin:self", // 管理员信息
|
||||||
"system:logout" // 退出登录
|
"system:logout", // 退出登录
|
||||||
|
"system:menu:menus", // 系统菜单
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue