使用vue axio调用接口的方式

axios.post('url',qs.stringify({'company_id':'34'})
.then(function(res){
    res=res.data;
    if(res.code=='000'){
    }else{
    }
})
.catch(error){
    console.log(error);
}

 


posted @ 2017-11-18 09:41  rachelch  阅读(7575)  评论(0编辑  收藏  举报