From e1023bb3313282b00d6dcdefd5d7e30d7aaa1bfc Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期四, 30 十一月 2023 11:13:29 +0800 Subject: [PATCH] update 优化 代码中存在的警告 --- src/views/login.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 85e3857..e5c73fa 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -125,6 +125,7 @@ const [err] = await to(userStore.login(loginForm.value)); if (!err) { await router.push({ path: redirect.value || '/' }); + loading.value = false; } else { loading.value = false; // 閲嶆柊鑾峰彇楠岃瘉鐮� -- Gitblit v1.9.3