feat:关于回到顶部的事件解绑

This commit is contained in:
zhangyu
2020-11-20 15:52:06 +08:00
parent f21f48c104
commit 3cea2cf3d8
14 changed files with 92 additions and 49 deletions

View File

@@ -1586,6 +1586,9 @@
if(!document.onmousemove){// 移除鼠标移动事件监听
document.onmousemove=null;
}
setChart(this.chartIndex, null);
window.removeEventListener('resize', this.chartResize);
this.$refs.legendArea._ps_.destroy();
},
};