小程序封装axios请求,以方便后续各项请求的实现. ... 封装axios请求 class Axios { post(url, data) { return this.request("POST", url, data) } get(url, ...
確定! 回上一頁