- 详情>>
+ 介绍>>
@@ -203,17 +202,22 @@
常规五参数实时监测
@@ -300,7 +315,7 @@
From 98b2652041a28c9650ab07d2c93ff5543887a7c4 Mon Sep 17 00:00:00 2001 From: wgx <31655391@qq.com> Date: Thu, 4 Dec 2025 19:52:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=92=AD=E6=94=BE=E5=99=A8?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E3=80=81=E5=A2=9E=E5=8A=A0=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E5=9B=9E=E6=94=BE=E3=80=81=E6=80=BB=E6=B0=AE=E7=A3=B7COD?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CqyzList/index.vue | 6 +- src/pages/Home/index.vue | 25 +++- src/pages/MywrList/index.vue | 249 ++++++++++++++++++++--------------- 3 files changed, 161 insertions(+), 119 deletions(-) diff --git a/src/pages/CqyzList/index.vue b/src/pages/CqyzList/index.vue index 2466947..eff8b61 100644 --- a/src/pages/CqyzList/index.vue +++ b/src/pages/CqyzList/index.vue @@ -439,10 +439,8 @@ export default { mounted(){ // 实时时间 this.getNowTime(); - setTimeout(() =>{ - this.drawChart(); - }, 1000) - this.getliststation() + setTimeout(() =>{this.drawChart();}, 1000) + this.getliststation() }, beforeDestroy(){ if(this.play)this.player.stop(); diff --git a/src/pages/Home/index.vue b/src/pages/Home/index.vue index b66fcf8..7245a31 100644 --- a/src/pages/Home/index.vue +++ b/src/pages/Home/index.vue @@ -286,22 +286,33 @@
- 详情>>
+ 介绍>>
@@ -203,17 +202,22 @@
常规五参数实时监测
@@ -300,7 +315,7 @@