Browse Source

修改报错

wangqin
Joe 10 months ago
parent
commit
89d44959b2
  1. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/AMapContainer/index.vue

4
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/AMapContainer/index.vue

@ -199,8 +199,8 @@ export default {
}, },
}, },
// unmounted() { // unmounted() {
destroyed(){ beforeDestroy() {
if (!this.aMapIns) return; if (!this.aMapIns || !this.aMapIns.destroyed) return;
this.aMapIns.destroyed(); this.aMapIns.destroyed();
}, },
}; };

Loading…
Cancel
Save