2
wangjuncheng
2025-06-25 fa541dda36e58de1d491b3ff4073c51b16606515
src/components/monifangzhen/echartInfo.vue
@@ -309,7 +309,6 @@
  if (nowTime.value) {
    const timeParts = nowTime.value.split(" ");
    const timeOnly = timeParts[1]; // 获取 "mm:ss" 部分
    console.log(nowTime.value, "nowTime.valuenowTime.value");
    return timeOnly;
  }
};
@@ -455,7 +454,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();