From e28c9cc59ce3d8d35a2f262c5fd5a5da6c588920 Mon Sep 17 00:00:00 2001 From: limingyu Date: Tue, 23 Apr 2024 14:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=85=AC=E5=8F=B8=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E9=97=A8=E5=8F=A3=E9=97=A8=E7=A6=81=E8=AF=A6=E6=83=85=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98=E3=80=81=E6=91=84=E5=83=8F=E5=A4=B4?= =?UTF-8?q?=E7=82=B9=E4=BD=8D=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=E3=80=81?= =?UTF-8?q?=E6=B0=94=E8=B1=A1=E7=AB=99=E5=AE=9A=E6=97=B6=E5=99=A8=E6=97=B6?= =?UTF-8?q?=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 @@