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