mirror of https://github.com/halo-dev/halo-admin
fix: halo-dev/halo#1180 (#277)
parent
418f0e13ff
commit
93b62d58a3
|
@ -118,7 +118,7 @@ themeApi.updateByUpload = (formData, uploadProgress, cancelToken, themeId) => {
|
|||
data: formData, // form data
|
||||
onUploadProgress: uploadProgress,
|
||||
cancelToken: cancelToken,
|
||||
method: 'put'
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue