解决办法
- 添加请求头
_this.$http.post(URL.BASE,{},{ headers: {'Content-Type': 'application/x-www-form-urlencoded'}})
- 在
main.js
添加以下代码
Vue.http.options.emulateHTTP = true;
Vue.http.options.emulateJSON = true;
- 如果上线后还是不好用(我TMD的就遇见了)
两个一起上!!!!!!
解决办法
_this.$http.post(URL.BASE,{},{ headers: {'Content-Type': 'application/x-www-form-urlencoded'}})
main.js
添加以下代码Vue.http.options.emulateHTTP = true;
Vue.http.options.emulateJSON = true;
两个一起上!!!!!!
本文标题:vue-resource post请求失败
本文链接:https://www.haomeiwen.com/subject/nyknxftx.html
网友评论