摘要: 封装: // 新建目录util 目录下api.js const BASE_URL = 'http://localhost:8080'; export const myRequest = (options) => { return new Promise((resolve,reject)=>{ uni 阅读全文
posted @ 2020-05-18 16:12 蓝精灵61 阅读(2118) 评论(0) 推荐(0)