perf: 打印错误ri'zrizhi
This commit is contained in:
parent
e6da8d8b9f
commit
ce9d59896c
@ -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…
x
Reference in New Issue
Block a user