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

pull/275/head
xuyuxiang 2025-07-07 22:56:57 +08:00
parent 614eed74d2
commit 280ff4dcfe
1 changed files with 1 additions and 1 deletions

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