From 18a2439a8713d099796a04b702cb51106bc78091 Mon Sep 17 00:00:00 2001 From: BabyBoy <2019108827@qq.com> Date: Sat, 6 Sep 2025 15:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E9=87=8D=E5=AE=9A=E5=90=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 26e9b6e..9fce148 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -179,7 +179,7 @@ const logout = async () => { router.replace({ path: '/login', query: { - redirect: encodeURIComponent(router.currentRoute.value.fullPath || '/') + // redirect: encodeURIComponent(router.currentRoute.value.fullPath || '/') } }); proxy?.$tab.closeAllPage();