vue 文件上传upload接口问题
文件上传遇到报错500,Uncaught (in promise) Error: Current request is not a multipart request
axios请求中要加
headers:{
'Content-Type': 'multipart/form-data'
}
参数类型为data: query
文件上传遇到报错500,Uncaught (in promise) Error: Current request is not a multipart request
axios请求中要加
headers:{
}
参数类型为data: query