vue-resource 换成 axios chromedevtools 里 http请求 看不到 post 数据了 是什么原理。。
vue-resource 换成 axios chromedevtools 里 http请求 看不到 post 数据了 是什么原理。。
应该是你再config中配置了upload,如下,只要把这个注释掉就好了,跨域如果绑定upload时间就会触发option请求,详细看这个http://www.tuicool.com/articl...
onUploadProgress: function(progressEvent) {
// Do whatever you want with the native progress event
},
onDownloadProgress: function(progressEvent) {
// Do whatever you want with the native progress event
},
4 回答4.6k 阅读✓ 已解决
4 回答2.1k 阅读✓ 已解决
4 回答2.2k 阅读✓ 已解决
3 回答5k 阅读
2 回答2.6k 阅读✓ 已解决
1 回答3.1k 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
在main.js加上
或者