Fork me on GitHub
摘要: 1 //封装网络请求方法 2 const BASE_URL = "http://xxxxxx" 3 class Request { 4 request(url, method, params) { 5 return new Promise((resolve, reject) => { 6 wx.re 阅读全文
posted @ 2022-06-01 19:27 zerozhupan 阅读(71) 评论(0) 推荐(0)