From 9703057956549369444720e429a1bda75a1c1178 Mon Sep 17 00:00:00 2001 From: xin <1099200748@qq.com> Date: Tue, 15 Apr 2025 16:14:38 +0800 Subject: [PATCH] 1.0 --- oying-system/src/main/resources/config/application-prod.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 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..4c783a9 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 # 验证码高度 @@ -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