代码生成-代码下载

This commit is contained in:
TinyAnts
2022-06-16 15:05:11 +08:00
parent 5ec1e82d8b
commit 253441942f
9 changed files with 201 additions and 27 deletions

View File

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