diff --git a/src/api/theme.js b/src/api/theme.js index d97b6715..ff194454 100644 --- a/src/api/theme.js +++ b/src/api/theme.js @@ -89,6 +89,7 @@ themeApi.upload = (formData, uploadProgress, cancelToken) => { themeApi.fetching = url => { return service({ url: `${baseUrl}/fetching`, + timeout: 60, params: { uri: url },