mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
【修复】 修复 #ICILAV 验证码判断显示的问题
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
const { proxy } = getCurrentInstance()
|
const { proxy } = getCurrentInstance()
|
||||||
|
|
||||||
const activeKey = ref('userAccount')
|
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 registerOpen = ref('false')
|
||||||
const phoneLogin = ref('false')
|
const phoneLogin = ref('false')
|
||||||
const emailLogin = ref('false')
|
const emailLogin = ref('false')
|
||||||
|
|||||||
Reference in New Issue
Block a user