From 5a33829488f882703b6427ec5e0031a3c9c706a2 Mon Sep 17 00:00:00 2001 From: xin <1099200748@qq.com> Date: Tue, 15 Apr 2025 17:36:34 +0800 Subject: [PATCH] 1.0 --- oying-system/src/main/resources/config/application-prod.yml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oying-system/src/main/resources/config/application-prod.yml b/oying-system/src/main/resources/config/application-prod.yml index a00051c..f3cc9c8 100644 --- a/oying-system/src/main/resources/config/application-prod.yml +++ b/oying-system/src/main/resources/config/application-prod.yml @@ -66,7 +66,7 @@ # 验证码 code: # 验证码类型配置 查看 LoginProperties 类 - code-type: arithmetic + code-type: SPEC # 登录图形验证码有效时间/分钟 expiration: 2 # 验证码高度 @@ -74,7 +74,7 @@ # 验证码宽度 height: 36 # 内容长度 - length: 2 + length: 4 # 字体名称,为空则使用默认字体,如遇到线上乱码,设置其他字体即可 font-name: # 字体大小 @@ -119,8 +119,8 @@ path: ~/file/ avatar: ~/avatar/ linux: - path: /home/oying/file/ - avatar: /home/oying/avatar/ + path: /opt/oying/file/ + avatar: /opt/oying/avatar/ windows: path: C:\oying\file\ avatar: C:\oying\avatar\ -- Gitblit v1.9.3