ElemeFE / vue-amap

🌍 基于 Vue 2.x 和高德地图的地图组件
https://elemefe.github.io/vue-amap/
MIT License
3.33k stars 582 forks source link

来回切换地图页面内存暴增而且不释放,有遇到这种情吗? #525

Open yanzexu opened 5 years ago

yanzexu commented 5 years ago

用了这个操作 new AMap.Map('containerId', { zoom: 15, showLabel: true }); , 如果用全局AMap对象的话containerId怎么动态给

viulu5824 commented 4 years ago

同问,很严重,单页面每次切换都销毁了地图,但是内存仍然会增加100多M