|
@@ -31,6 +31,9 @@ const needLoadingApiList: any[] = [
|
|
|
'/api/statistic/marking/progress/ending',
|
|
|
'/api/train/monitor/list',
|
|
|
'/api/user/marker/paused',
|
|
|
+ '/api/custom/query/reject',
|
|
|
+ '/api/system/check/reject',
|
|
|
+ '/api/self/check/reject',
|
|
|
]
|
|
|
function useFetch<K extends ApiKeys>(key: K): ReturnType<K>
|
|
|
function useFetch<K extends ApiKeys>(key: K, config: AxiosRequestConfig, method?: HttpMethod): ReturnType<K>
|