热门搜索 :
考研考公
您的当前位置:首页正文

vue-resource post请求失败

来源:东饰资讯网
image.png image.png

解决办法

  1. 添加请求头
_this.$http.post(URL.BASE,{},{ headers: {'Content-Type': 
  1. main.js添加以下代码
Vue.http.options.emulateHTTP = true;
Vue.http.options.emulateJSON = true;
  1. 如果上线后还是不好用(我TMD的就遇见了)
两个一起上!!!!!!
Top