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-dev.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oying-system/src/main/resources/config/application-dev.yml b/oying-system/src/main/resources/config/application-dev.yml
index f1717d3..1880cf2 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: spec
+    code-type: SPEC
     #  登录图形验证码有效时间/分钟
     expiration: 2
     #  验证码高度
@@ -70,7 +70,7 @@
     #  验证码宽度
     height: 36
     # 内容长度
-    length: 2
+    length: 4
     # 字体名称,为空则使用默认字体
     font-name:
     # 字体大小

--
Gitblit v1.9.3