diff --git a/src/views/login.vue b/src/views/login.vue index adbb2ea..06de52c 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -172,6 +172,7 @@ export default { this.$store .dispatch("Login", this.loginForm) .then(() => { + this.$store.dispatch("tagsView/closeVisitedView", []); this.$router.push({ path: this.redirect || "/" }).catch(() => {}); }) .catch(() => {