/************************解决由于vue3代理导致控制台报错问题********************************/
L.Popup.prototype._animateZoom = function (e) {
if (!this._map) {
return
}
var pos = this._map._latLngToNewLayerPoint(this._latlng, e.zoom, e.center),
anchor = this._getAnchor()
L.DomUtil.setPosition(this._container, pos.add(anchor))
}
/************************解决由于vue3代理导致控制台报错问题********************************/