mirror of https://gitee.com/xiaonuobase/snowy
【修复】 修复 #ICILAV 验证码判断显示的问题
parent
614eed74d2
commit
280ff4dcfe
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue