perf: 修复overview地图变形的问题
This commit is contained in:
@@ -1321,15 +1321,15 @@
|
||||
mounted() {
|
||||
this.initData();
|
||||
this.initDate();
|
||||
window.onresize = () => {
|
||||
/*window.onresize = () => {
|
||||
setTimeout(() => {
|
||||
this.$parent.$parent.update();
|
||||
}, 100);
|
||||
}
|
||||
}*/
|
||||
},
|
||||
destroyed() {
|
||||
/*destroyed() {
|
||||
window.onresize = null;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user