From 05a001098514eb86065b6277ebe3ead90837f833 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期二, 03 六月 2025 09:50:33 +0800 Subject: [PATCH] fix:修改自动播放 --- src/views/screen/flow/ecology/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/screen/flow/ecology/index.vue b/src/views/screen/flow/ecology/index.vue index ce342f4..969b1c5 100644 --- a/src/views/screen/flow/ecology/index.vue +++ b/src/views/screen/flow/ecology/index.vue @@ -132,7 +132,7 @@ } } -// 新扎口图表 +// 更新图表 const updateLine = () => { const option = getLineOption(tongjiData.value, 'rgba(94,229,92,1)', 'rgba(94,229,92,0.2)') ssCharts.setOption(option) -- Gitblit v1.9.3