|
@ -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(); |
|
|
}, |
|
|
}, |
|
|
}; |
|
|
}; |
|
|