diff --git a/src/views/login/account.vue b/src/views/login/account.vue index 9d59b52..6076855 100644 --- a/src/views/login/account.vue +++ b/src/views/login/account.vue @@ -53,6 +53,7 @@ const onCaptcha = async () => { if (data==null) { loginForm.isCaptcha = false }else { + loginForm.isCaptcha = true loginForm.key = data.key captchaBase64.value = data.image }