在使用Vue2.0中使用axios库时,遇到415错误

解决办法:在axios的第三个参数config中,设置请求头信息'Content-Type': 'application/json;charset=UTF-8'
this.$http.post('registry', JSON.stringify(this.ruleForm2),{ headers: { 'Content-Type': 'application/json;charset=UTF-8' } })
    a rebirth

 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号