diff --git a/src/api/user.ts b/src/api/user.ts index 9e7da8c..1b6b964 100644 --- a/src/api/user.ts +++ b/src/api/user.ts @@ -43,6 +43,7 @@ export const fetchDownloadItemsByGet = (params: Download): Promise url: '/buyer/listing/mall/main-product/download', method: 'get', responseType: 'blob', + timeout: 600000, params, paramsSerializer: (p: any) => { const usp = new URLSearchParams()