调整免登录权限接口

This commit is contained in:
TinyAnts 2022-08-18 14:57:13 +08:00
parent a44faa79f1
commit dd4a57377b
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ public class AdminConfig {
// 免登录验证
public static String[] notLoginUri = new String[]{
"system:login", // 登录接口
"common:index:config", // 配置接口
"gen:downloadCode", // 配置接口
"common:index:config" // 配置接口
};
// 免权限验证