diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 626089d..81083bd 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -171,6 +171,7 @@ const logout = async () => { redirect: encodeURIComponent(router.currentRoute.value.fullPath || '/') } }); + proxy?.$tab.closeAllPage(); }); };