Merge branch 'master-fetch-dev' into master-fetch

This commit is contained in:
奔跑的面条
2024-04-10 16:18:37 +08:00
23 changed files with 326 additions and 23 deletions
-2
View File
@@ -107,8 +107,6 @@ export const useChartDataFetch = (
// 开启轮询
if (time) {
fetchInterval = setInterval(fetchFn, intervalUnitHandle(time, unit))
} else {
fetchFn()
}
}
// eslint-disable-next-line no-empty