mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
修改免权限接口
This commit is contained in:
@@ -22,7 +22,9 @@ public class AdminConfig {
|
||||
|
||||
// 免权限验证
|
||||
public static String[] notAuthUri = new String[]{
|
||||
"system:admin:upInfo" // 管理员更新接口
|
||||
"system:admin:upInfo", // 管理员更新
|
||||
"system:admin:self", // 管理员信息
|
||||
"system/logout" // 退出登录
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user