AI智能
改变未来

设置axios为form-data


设置axios为form-data

headers:{\'Content-Type\':\'application/x-www-form-urlencoded\'},transformRequest:[function (data) {let ret = \'\'for (let it in data) {ret += encodeURIComponent(it) + \'=\' + encodeURIComponent(data[it]) + \'&\'}return ret}]

写在core.js core文件参考 axios的封装

赞(0) 打赏
未经允许不得转载:爱站程序员基地 » 设置axios为form-data