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
},
11 回答1.3k 阅读
3 回答1.3k 阅读✓ 已解决
4 回答573 阅读✓ 已解决
3 回答860 阅读
2 回答587 阅读
1 回答683 阅读
在main.js加上
或者