From e7bdf27109d593e9eff308f0cdd3524466a37987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Sun, 6 Jul 2025 17:23:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8E=A5=E5=8F=A3=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E6=97=B6=E5=80=99=E8=BF=98=E5=8E=9F?= =?UTF-8?q?=E9=81=AE=E7=BD=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 69da7d3..44bb0fa 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -86,6 +86,9 @@ const loginHandle = async () => { loading.value = false }) } + else { + loading.value = false + } }) .catch(() => { loading.value = false