feat:关于回到顶部的事件解绑
This commit is contained in:
@@ -1586,6 +1586,9 @@
|
||||
if(!document.onmousemove){// 移除鼠标移动事件监听
|
||||
document.onmousemove=null;
|
||||
}
|
||||
setChart(this.chartIndex, null);
|
||||
window.removeEventListener('resize', this.chartResize);
|
||||
this.$refs.legendArea._ps_.destroy();
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user