修改免权限接口
This commit is contained in:
parent
eaf8b492d7
commit
5c6204f489
|
|
@ -22,7 +22,9 @@ 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/logout" // 退出登录
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue