【修复】 修复 #ICILAV 验证码判断显示的问题

This commit is contained in:
xuyuxiang
2025-07-07 22:56:57 +08:00
parent 614eed74d2
commit 280ff4dcfe

View File

@@ -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')