Commit 7e57bafb by 邹磊浩

配置修改

parent 31a776bc
...@@ -79,6 +79,7 @@ public class CaptchaController { ...@@ -79,6 +79,7 @@ public class CaptchaController {
* 生成验证码 * 生成验证码
*/ */
@GetMapping("/captchaImage") @GetMapping("/captchaImage")
@SaIgnore
public R<Map<String, Object>> getCode() { public R<Map<String, Object>> getCode() {
Map<String, Object> ajax = new HashMap<>(); Map<String, Object> ajax = new HashMap<>();
boolean captchaEnabled = configService.selectCaptchaEnabled(); boolean captchaEnabled = configService.selectCaptchaEnabled();
......
...@@ -216,6 +216,8 @@ springdoc: ...@@ -216,6 +216,8 @@ springdoc:
packages-to-scan: com.ruoyi.web packages-to-scan: com.ruoyi.web
- group: 3.代码生成模块 - group: 3.代码生成模块
packages-to-scan: com.ruoyi.generator packages-to-scan: com.ruoyi.generator
- group: 4.小程序模块
packages-to-scan: com.ruoyi.school
# 防止XSS攻击 # 防止XSS攻击
xss: xss:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment