mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-09-06 23:01:08 +08:00
代码生成-代码下载
This commit is contained in:
@@ -17,7 +17,8 @@ public class AdminConfig {
|
||||
// 免登录验证
|
||||
public static String[] notLoginUri = new String[]{
|
||||
"system:login", // 登录接口
|
||||
"index:config" // 配置接口
|
||||
"index:config", // 配置接口
|
||||
"gen:genCode"
|
||||
};
|
||||
|
||||
// 免权限验证
|
||||
|
||||
Reference in New Issue
Block a user