perf: 打印错误ri'zrizhi

This commit is contained in:
奔跑的面条 2022-09-27 10:18:20 +08:00
parent 3c39d5db9d
commit 59ff14aec4

View File

@ -89,7 +89,9 @@ export const useChartDataFetch = (
if (time) fetchInterval = setInterval(fetchFn, intervalUnitHandle(time, unit))
}
// eslint-disable-next-line no-empty
} catch (error) {}
} catch (error) {
console.log(error);
}
}
isPreview() && requestIntervalFn()