From bc8117842fa30dc4b521ad399771b4598b972929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Fri, 8 Dec 2023 09:01:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DtargetView=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 1 + 1 file changed, 1 insertion(+) 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(() => {