axios delete 請求

axios delete 請求ios

在傳遞一個參數的時候,直接把參數放在請求鏈接後面,用'/' 鏈接就能夠了axios

 this.axios.post(this.APIURL+'/'+ID)  //http://www.ddd.com/1
  .then(response=>{})
  .catch(error=>{})

 

在須要傳遞多個參數的時候,delete ,在在傳遞的請求接口後直接帶config,寫法以下:post

  this.axios.delete(this.API.BusinessAudit
    this.axios.delete(this.API.BusinessAudit,
    {data:
this.examineMsg}) //config //,{params:this.examineMsg}) //備用方法 .then(response=>{}) .catch(error=>{})

 

參考: http://www.sixtymore.cn/archives/199this

相關文章
相關標籤/搜索