_this.map.dragging.disable(); //地图拖拽
_this.map.doubleClickZoom.disable(); //禁止双击放大地图
_this.map.scrollWheelZoom.disable(); //禁止鼠标滑轮滚动放大缩小地图
_this.map.dragging.enable(); //enable 开启
_this.map.doubleClickZoom.enable()
_this.map.scrollWheelZoom.enable();