chore: watch api

This commit is contained in:
jialin
2024-06-28 17:14:34 +08:00
parent 871bca1916
commit cf0113e8d8
35 changed files with 1171 additions and 627 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ const useSetChunkRequest = () => {
retryCount.current = totalCount;
clearTimeout(timer.current);
axiosChunkRequest(requestConfig.current);
return axiosToken.current;
return axiosToken;
};
useEffect(() => {