已解决,参考 https://www.cnblogs.com/czy960731/p/11105166.html
axios config 添加 transformRequest
let config = { headers: { 'Content-Type': 'multipart/form-data' }, transformRequest: [function (data) { return data }] }
2024-01-15 08:12:04
已解决,参考 https://www.cnblogs.com/czy960731/p/11105166.html
axios config 添加 transformRequest
let config = { headers: { 'Content-Type': 'multipart/form-data' }, transformRequest: [function (data) { return data }] }