From 7fce0b06c78544c635ebb651975bb376ed71a7f8 Mon Sep 17 00:00:00 2001 From: Guo Tiantian <1431335589@qq.com> Date: Mon, 25 Aug 2025 22:42:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=80=80=E5=87=BA?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=97=B6=E7=9A=84=E9=87=8D=E5=AE=9A=E5=90=91?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layouts/components/NavBar/components/NavbarActions.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/layouts/components/NavBar/components/NavbarActions.vue b/frontend/src/layouts/components/NavBar/components/NavbarActions.vue index 45c7b72a..2288ce41 100644 --- a/frontend/src/layouts/components/NavBar/components/NavbarActions.vue +++ b/frontend/src/layouts/components/NavBar/components/NavbarActions.vue @@ -228,7 +228,8 @@ function logout() { lockScroll: false, }).then(() => { userStore.logout().then(() => { - router.push(`/login?redirect=${route.fullPath}`); + // router.push(`/login?redirect=${route.fullPath}`); + router.push(`/login`); }); }).catch(() => { ElMessageBox.close();