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();