From c342ede50052925f579fe3fb443cc0c6f7c43f4b Mon Sep 17 00:00:00 2001 From: chenbingxuan <3581044601@qq.com> Date: Mon, 11 Dec 2023 14:16:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/account.vue | 1 + 1 file changed, 1 insertion(+) 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 }