智慧农业绘制地图
guoshilong
2022-09-14 0753b83af498e79585110f98482e1acc5afe6a18
src/components/leafletDraw.vue
@@ -234,6 +234,10 @@
                        console.error('oops, something went wrong!', error)
                    }) 
                    
                    setTimeout(() => {
                        this.repealShow = true
                        this.regionFull = true
                    }, 1000);
                }else{//小程序截图
                    domtoimage.toPng(document.getElementById('map'), { width: 375, height: 600 })