1.添加AI聊天工具登录接口
2.删除 xmlsql 无用判断 3.修改 dev配置文件开启 swagger
This commit is contained in:
@@ -45,7 +45,8 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
||||
// 你的其他放行路径,例如登录接口
|
||||
"/user/doLogin",
|
||||
"/tenant/get-id-by-name",
|
||||
"/user/bigbrother-doLogin"
|
||||
"/user/bigbrother-doLogin",
|
||||
"/user/aiChat-doLogin"
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user