vue-resource post请求失败

作者: 丘比特爱上猫 | 来源:发表于2018-03-01 17:40 被阅读32次
    image.png image.png

    解决办法

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

    相关文章

      网友评论

        本文标题:vue-resource post请求失败

        本文链接:https://www.haomeiwen.com/subject/nyknxftx.html