From b74e926c6476e9f63e4e683f548bb883c4e2196d Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Tue, 18 Oct 2022 12:35:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=87=BA=E6=97=B6=E6=B8=85=E6=A5=9A?= =?UTF-8?q?=EF=BC=88=E5=85=B4=E8=B6=A3=E9=87=87=E9=9B=86=EF=BC=89=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PortalHeader.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index 267c8964..43af4c85 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -283,6 +283,7 @@ export default { .then(() => { this.$store.dispatch('LogOut').then(() => { //location.href = this.webBaseUrl + '/login'; + sessionStorage.setItem('dialog_session_show'+this.userInfo.aid,null); // 清除兴趣采集的"关闭"缓存 location.href = process.env.VUE_APP_LOGIN_URL; }); })