From 4badc37f94f5d8f324aae5283f8a85a3da756624 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 3 May 2026 19:09:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=89=E8=A3=85=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=90=8E=E8=B7=B3=E8=BD=AC=E5=88=B0/login(=E9=9D=9E/auth/login?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/install/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/install/index.vue b/frontend/src/pages/install/index.vue index 8ef4ca2..6960219 100644 --- a/frontend/src/pages/install/index.vue +++ b/frontend/src/pages/install/index.vue @@ -42,7 +42,7 @@ async function checkInstallStatus() { const data = await res.json() installStatus.value = data?.data if (data?.data?.installed) { - router.push('/auth/login') + router.push('/login') } } catch (error) { @@ -162,7 +162,7 @@ function goNext() { } function goLogin() { - router.push('/auth/login') + router.push('/login') } onMounted(() => {