修改权限配置

This commit is contained in:
TinyAnts 2022-08-16 15:14:23 +08:00
parent cfd5de3e8d
commit 428c8f52a8
1 changed files with 0 additions and 1 deletions

View File

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