axios.delete()请求方式(含代码)- 应用篇axios.delete() 请求的应用 - 代码篇
代码如下:axios.delete(this.serverPath+'/auth/logout', { params: { //'username': this.username, }, headers: { 'Content-Type':'application/json', 'Authorization': this.token_zkb }}).then(function (response) { console.log(re