From 6f9993e9e8f8994007b63b763409bfc00fede155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Sat, 19 Nov 2022 20:23:20 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=A7=A3=E5=86=B3=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=8C=89=E9=92=AE=20loading=20=E4=B8=8D=E4=BC=9A=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index c45161ea..eec07dbf 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -225,6 +225,7 @@ const handleSubmit = async (e: Event) => { window['$message'].success(t('login.login_success')) routerTurnByName(PageEnum.BASE_HOME_NAME, true) } + loading.value = false } else { window['$message'].error(t('login.login_message')) }