随笔分类 -  react

摘要:一、user.ts 前端请求接口 import request from 'umi-request'; const getAway = '/user'; // 获取用户列表 export const getUserList = () => { return request.get(getAway + 阅读全文
posted @ 2022-06-05 11:59 卡鲁耶克 阅读(597) 评论(0) 推荐(0)