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
},
9 回答1.7k 阅读✓ 已解决
6 回答1.5k 阅读
3 回答1.4k 阅读✓ 已解决
4 回答1.2k 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
3 回答1k 阅读
3 回答1.3k 阅读✓ 已解决
在main.js加上
或者