From 94bcb31a12b187ef845a5d3fb2a57bd010e5c476 Mon Sep 17 00:00:00 2001 From: sc Date: Thu, 1 Jul 2021 09:00:57 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E7=99=BB=E5=87=BA=E5=90=8E=20Iframe?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E5=AD=98=E7=95=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/userCenter/login.vue | 1 + 1 file changed, 1 insertion(+) 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) {