mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-06 11:40:45 +08:00
修改代码生成器
This commit is contained in:
@@ -16,8 +16,9 @@ public class AdminConfig {
|
||||
|
||||
// 免登录验证
|
||||
public static String[] notLoginUri = new String[]{
|
||||
"system:login", // 登录接口
|
||||
"common:index:config" // 配置接口
|
||||
"system:login", // 登录接口
|
||||
"common:index:config", // 配置接口
|
||||
"gen:downloadCode", // 配置接口
|
||||
};
|
||||
|
||||
// 免权限验证
|
||||
|
||||
Reference in New Issue
Block a user