src/components/Wind/Map.vue | ●●●●● patch | view | raw | blame | history |
src/components/Wind/Map.vue
@@ -1566,7 +1566,6 @@ // 请求更新风场数据 getParamsData() { clearInterval(this.timer) this.change(this.changeColor) this.timer = setInterval(() => { this.currentHour() this.times-- @@ -1595,6 +1594,10 @@ // this.windDir() // console.log('请求风向标') // } setTimeout(() => { this.change(this.changeColor) this.times = 300 }, 100) } }, 1000) }, @@ -1623,7 +1626,7 @@ maxZoom: 18, center: [this.weiduNew, this.jingduNew], zoom: 14, zoomControl: true, // 缩放组件 zoomControl: false, // 缩放组件 trackResize: true, worldCopyJump: true, dragging: true,