From 280ff4dcfe8347f6e4eb20e8ee03db90b4313249 Mon Sep 17 00:00:00 2001 From: xuyuxiang Date: Mon, 7 Jul 2025 22:56:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20#ICILAV=20=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E5=88=A4=E6=96=AD=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snowy-admin-web/src/views/auth/login/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowy-admin-web/src/views/auth/login/login.vue b/snowy-admin-web/src/views/auth/login/login.vue index f0ccf456..26ae2254 100644 --- a/snowy-admin-web/src/views/auth/login/login.vue +++ b/snowy-admin-web/src/views/auth/login/login.vue @@ -135,7 +135,7 @@ const { proxy } = getCurrentInstance() const activeKey = ref('userAccount') - const captchaOpen = ref(configData.SYS_BASE_CONFIG.SNOWY_SYS_DEFAULT_CAPTCHA_OPEN) + const captchaOpen = ref(configData.SYS_BASE_CONFIG.SNOWY_SYS_DEFAULT_CAPTCHA_OPEN_FLAG_FOR_B) const registerOpen = ref('false') const phoneLogin = ref('false') const emailLogin = ref('false')