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() {
destroyed(){
if (!this.aMapIns) return;
beforeDestroy() {
if (!this.aMapIns || !this.aMapIns.destroyed) return;
this.aMapIns.destroyed();
},
};

Loading…
Cancel
Save