From 8ea1cb9a2c7b41ebc9492200c1dacdd0042a8dbd Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 23 Apr 2024 14:36:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=B8=80=E5=85=AC=E5=8F=B8=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E5=AE=9A=E4=BD=8D=E5=8A=9F=E8=83=BD=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/dialog/index.vue | 1 + src/views/map/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/map/dialog/index.vue b/src/views/map/dialog/index.vue index 12c8e6d..d45d0f6 100644 --- a/src/views/map/dialog/index.vue +++ b/src/views/map/dialog/index.vue @@ -274,6 +274,7 @@ export default { } .app-container { padding: 0px; + width: 100%; } } diff --git a/src/views/map/index.vue b/src/views/map/index.vue index ebaae81..c3e181f 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -1401,7 +1401,7 @@ export default { // eslint-disable-next-line no-unused-vars var _this = this const collection = new Cesium.CustomDataSource('clickEntityCollection') - + debugger poin.forEach(item => { if (!this.poinEntity.hasOwnProperty(item.id)) { const entity = drag.addEntity(item) From b937d07355e2068aa0b50231bdf6abf8e779e028 Mon Sep 17 00:00:00 2001 From: limingyu Date: Tue, 23 Apr 2024 14:49:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=B8=80=E5=85=AC=E5=8F=B8=E5=9C=B0?= =?UTF-8?q?=E5=9B=BE=E9=97=A8=E5=8F=A3=E9=97=A8=E7=A6=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=E3=80=81=E6=91=84=E5=83=8F?= =?UTF-8?q?=E5=A4=B4=E7=82=B9=E4=BD=8D=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=81=E6=B0=94=E8=B1=A1=E7=AB=99=E5=AE=9A=E6=97=B6=E5=99=A8?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA90=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/components/qixiang.vue | 2 +- src/views/map/dialog/mkGateMachine.vue | 2 +- src/views/map/dialog/video_play_bianjieruqin.vue | 2 +- src/views/map/dialog/video_play_plat.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/map/components/qixiang.vue b/src/views/map/components/qixiang.vue index c6d5695..8a46da6 100644 --- a/src/views/map/components/qixiang.vue +++ b/src/views/map/components/qixiang.vue @@ -150,7 +150,7 @@ export default { // 定时器 start() { console.log('定时器开启') - this.timer = setInterval(this.getMeteorologicalinfo, 10000) // 注意: 第一个参数为方法名的时候不要加括号; + this.timer = setInterval(this.getMeteorologicalinfo, 90000) // 注意: 第一个参数为方法名的时候不要加括号; }, over() { clearInterval(this.timer) diff --git a/src/views/map/dialog/mkGateMachine.vue b/src/views/map/dialog/mkGateMachine.vue index e52d422..16ccf6c 100644 --- a/src/views/map/dialog/mkGateMachine.vue +++ b/src/views/map/dialog/mkGateMachine.vue @@ -1,5 +1,5 @@