摘要: 使用uniapp发送请求时,要用到自身的API,uni.request 可以将其封装在index文件里,后面使用的时候也更加方便 const BASE_URL = 'https://localhost:8081/api'; export const $req = (option) => { retu 阅读全文
posted @ 2022-12-22 16:20 幻影之舞 阅读(37) 评论(0) 推荐(0)