diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 7b68325..9709182 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -274,6 +274,7 @@ export default { this.$store.dispatch("LogOut").then(() => { Cookies.remove("automaticLogin"); this.$store.commit("REMOVE_ROUTER"); + this.$store.dispatch("tagsView/delAllViews"); // location.href = '/login'; this.$router.replace({ path: "/login" }); // this.$router.push("/login");