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
},
5 回答4.8k 阅读✓ 已解决
4 回答3.1k 阅读✓ 已解决
2 回答4.7k 阅读✓ 已解决
4 回答4.3k 阅读✓ 已解决
4 回答1.8k 阅读✓ 已解决
2 回答2.6k 阅读✓ 已解决
2 回答2.5k 阅读✓ 已解决
在main.js加上
或者