src/components/menu/TimeLine.vue
@@ -517,7 +517,7 @@ getRainfallData() // 根据layer.json去获取时间轴信息 const { waterTimestamps: timestamps } = await fetchWaterSimulationData(serviceInfo); console.log(timestamps,timestamps.length,'ddddddddddddddddddddddddddddddddddddddddddddd'); // 现在是按照总共有多少个点来渲染时间轴 if (timestamps) { waterTimestamps.value = timestamps; updateTimelineRange();