From fa867dbc27e44f5c812ede5139b98fadd64f6be2 Mon Sep 17 00:00:00 2001 From: zzs Date: Mon, 24 Feb 2025 15:37:20 +0800 Subject: [PATCH] config: disable captcha --- .../src/main/resources/application-dev.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wmyun-module-system/wmyun-module-system-biz/src/main/resources/application-dev.yaml b/wmyun-module-system/wmyun-module-system-biz/src/main/resources/application-dev.yaml index 7c0429e..251aed0 100644 --- a/wmyun-module-system/wmyun-module-system-biz/src/main/resources/application-dev.yaml +++ b/wmyun-module-system/wmyun-module-system-biz/src/main/resources/application-dev.yaml @@ -154,7 +154,9 @@ wx: # 芋道配置项,设置当前项目所有自定义的配置 wmyun: - demo: true # 开启演示模式 + demo: false # 开启演示模式 + captcha: + enable: false justauth: enabled: true