fix:更新更新时间

This commit is contained in:
2025-01-03 16:08:59 +08:00
parent 64a34cc63d
commit a2c10eb54d
5 changed files with 20 additions and 11 deletions

View File

@@ -91,7 +91,7 @@
}
// 每5秒更新一次数据
setInterval(fetchDataAndUpdateChart, 5000);
setInterval(fetchDataAndUpdateChart, 10000);
// 初始数据加载
fetchDataAndUpdateChart();