mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-23 15:52:49 +08:00
perf: 打印错误ri'zrizhi
This commit is contained in:
parent
3c39d5db9d
commit
59ff14aec4
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user