wangjuncheng
2025-06-19 150babae847a3d44e4a5ff6deabe92ee55a3f144
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();