diff --git a/src/api/theme.js b/src/api/theme.js index 73d51c384..b9e6b6558 100644 --- a/src/api/theme.js +++ b/src/api/theme.js @@ -118,7 +118,7 @@ themeApi.updateByUpload = (formData, uploadProgress, cancelToken, themeId) => { data: formData, // form data onUploadProgress: uploadProgress, cancelToken: cancelToken, - method: 'put' + method: 'post' }) }