axios.delete()请求方式(含代码)- 应用篇

axios.delete() 请求的应用 - 代码篇


代码如下:

axios.delete(this.serverPath+'/auth/logout', {
    params: {
    // 'username': this.username,
    },
    headers: {
      'Content-Type':'application/json'

猜你喜欢

转载自blog.csdn.net/qq_35393869/article/details/107763231