update 修改验证码字符为纯数字

master
管理员 1 year ago
parent 516e479187
commit 8de5f162cd

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

Loading…
Cancel
Save