FIX 登出后 Iframe缓存存留问题

This commit is contained in:
sc 2021-07-01 09:00:57 +08:00
parent b9b818384c
commit 94bcb31a12
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@
this.$TOOL.data.remove("user") this.$TOOL.data.remove("user")
this.$store.commit("clearViewTags") this.$store.commit("clearViewTags")
this.$store.commit("clearKeepLive") this.$store.commit("clearKeepLive")
this.$store.commit("clearIframeList")
}, },
methods: { methods: {
submitForm(formName, type) { submitForm(formName, type) {