使用axios发布文章,代码如下:this.$axios({method:'post',url:'/post',data:{description:opt.editorContent,time:time,...},}).then(res=>{...}发送的请求是json格式的,后台常规方式无法获取,而且当description数据过大会报413FULLhead错误手动改Content-Type也不起作用axios.defaults.headers.post['Content-Type']='application/x-www-form-urlencoded';
添加回答
举报
0/150
提交
取消