From fd750e68a41e64c5a9a11275e4b360c29c587dc9 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 14 Aug 2026 17:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/login/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/login/login.vue b/src/view/login/login.vue index 77ba3e5..7a2332a 100644 --- a/src/view/login/login.vue +++ b/src/view/login/login.vue @@ -137,7 +137,7 @@ export default { }).catch((error) => { console.log(error.response.data.data.need_captcha) vm.need_captcha = error.response.data.data.need_captcha - if (vm.need_captcha == true) { + if (vm.need_captcha === true) { vm.Logincaptcha() } vm.loading = false