摘要: const BASE_URL = "xxx" const request = (obj) => { return new Promise((resolve, reject) => { uni.request({ method: obj.method, url: BASE_URL + obj.url, 阅读全文
posted @ 2021-05-17 21:47 玉子tamako 阅读(99) 评论(0) 推荐(0)