From 252c5046a25df1e946b322a515cc61790f772a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Fri, 11 Jul 2025 09:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=8A=A0finally=20loading=3D?= =?UTF-8?q?false=20=E9=81=BF=E5=85=8D=E7=BD=91=E7=BB=9C=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E4=B8=80=E8=87=B4=E5=87=BA=E4=BA=8Eloading?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= 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 c118b16..e4f6a1e 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -78,6 +78,9 @@ const loginHandle = async () => { loading.value = false FtMessage.error('网络连接异常,请检查网络') }) + .finally(() => { + loading.value = false + }) } catch (e) { loading.value = false