update 优化验证码配置 使用泛型 防止错误输入

This commit is contained in:
疯狂的狮子li
2021-09-02 15:19:18 +08:00
parent 76710e453e
commit 8b2f7f0e64
7 changed files with 101 additions and 66 deletions

View File

@ -14,9 +14,9 @@ ruoyi:
captcha:
# 页面 <参数设置> 可开启关闭 验证码校验
# 验证码类型 math 数组计算 char 字符验证
type: math
type: MATH
# line 线段干扰 circle 圆圈干扰 shear 扭曲干扰
category: circle
category: CIRCLE
# 数字验证码位数
numberLength: 1
# 字符验证码长度