From 0a474cbae90ab1a180f8edac6da7cadee50e2d29 Mon Sep 17 00:00:00 2001 From: qiuyuan Date: Wed, 30 Jul 2025 09:41:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index a3ff58a..a18b546 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -118,7 +118,7 @@ async function handleLogin() { loading.value = false if (config('http.code.success') === response.success) { if (appStore.complete) { - goIndex() + goIndex(); } else { await appStore.init() goIndex()