niefy/wx-manage

图片上传问题,type设置不正确

hkcyl123 opened this issue · 0 comments

因为全局$http请求设置了请求头默认是application/json 所以需要单独在图片上传的接口处重新设置下请求头

headers: {
'Content-Type': 'application/x-www-form-urlencoded;charset=UTF-8'
},

1711164450999