From 150babae847a3d44e4a5ff6deabe92ee55a3f144 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期四, 19 六月 2025 14:01:30 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb --- src/components/monifangzhen/echartInfo.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/monifangzhen/echartInfo.vue b/src/components/monifangzhen/echartInfo.vue index 2b0dd98..9231c23 100644 --- a/src/components/monifangzhen/echartInfo.vue +++ b/src/components/monifangzhen/echartInfo.vue @@ -455,7 +455,7 @@ const startUpdating = () => { if (updateInterval || dataIndex.value >= rainfallData.value.length) return; - const totalDuration = 90000; // 90绉� + const totalDuration = simStore.frameNum * 1000; // 90绉� const totalPoints = rainfallData.value.length; const startTime = Date.now(); -- Gitblit v1.9.3