diff --git a/src/views/userCenter/login.vue b/src/views/userCenter/login.vue index 1950b553..d3228322 100644 --- a/src/views/userCenter/login.vue +++ b/src/views/userCenter/login.vue @@ -152,6 +152,7 @@ this.$TOOL.data.remove("user") this.$store.commit("clearViewTags") this.$store.commit("clearKeepLive") + this.$store.commit("clearIframeList") }, methods: { submitForm(formName, type) {