摘要: (1)在api/index.js文件中创建ReqClient const API_HOST = 'https://xxx.xxx.com' //接口前缀 const ReqClient = (url, method, data) => { return new Promise((resolve, r 阅读全文
posted @ 2023-03-20 17:55 新手上线 阅读(176) 评论(0) 推荐(0)