退出时清楚(兴趣采集)缓存。

This commit is contained in:
weinan2087
2022-10-18 12:35:59 +08:00
parent 356be29e53
commit b74e926c64

View File

@@ -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;
});
})