Browse Source
update ruoyi-admin/src/main/resources/application.yml.
注释不太对,“数组计算”改为“数字计算”
Signed-off-by: WhiskyZulu <a913681304@qq.com>
master
WhiskyZulu
2 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
ruoyi-admin/src/main/resources/application.yml
|
@ -12,7 +12,7 @@ ruoyi: |
|
|
profile: D:/ruoyi/uploadPath |
|
|
profile: D:/ruoyi/uploadPath |
|
|
# 获取ip地址开关 |
|
|
# 获取ip地址开关 |
|
|
addressEnabled: false |
|
|
addressEnabled: false |
|
|
# 验证码类型 math 数组计算 char 字符验证 |
|
|
# 验证码类型 math 数字计算 char 字符验证 |
|
|
captchaType: math |
|
|
captchaType: math |
|
|
|
|
|
|
|
|
# 开发环境配置 |
|
|
# 开发环境配置 |
|
|