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-dev.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/oying-system/src/main/resources/config/application-dev.yml b/oying-system/src/main/resources/config/application-dev.yml index 7a791fe..f1717d3 100644 --- a/oying-system/src/main/resources/config/application-dev.yml +++ b/oying-system/src/main/resources/config/application-dev.yml @@ -62,7 +62,7 @@ # 验证码 code: # 验证码类型配置 查看 LoginProperties 类 - code-type: arithmetic + code-type: spec # 登录图形验证码有效时间/分钟 expiration: 2 # 验证码高度 -- Gitblit v1.9.3