guonan
2025-06-18 1188387a47e55590a87c161cb43b2db0729b0146
src/components/monifangzhen/echartInfo.vue
@@ -350,6 +350,7 @@
            rainfallData.value = rainfallData.value.map((item) => ({
              ...item,
              intensity: item.intensity * 60,
              total: item.total * 60,
            }));
          }
@@ -454,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();