feat: 关卡下 学员添加,列表获取,学员删除 方法添加,添加编辑和共享文档

This commit is contained in:
王熙东
2022-11-14 11:48:24 +08:00
parent db70b9033d
commit 4b84e2c429
4 changed files with 1721 additions and 16 deletions

View File

@@ -70,6 +70,9 @@ export const getRouterDetail = (routerId) => http.get('/admin/router/detail', {
});
//添加学员
export const addStudent = (obj) => http.post('/admin/router/addStudent', obj);
//删除学员
export const delStudent = (obj) => http.post('/admin/router/deleteStudent', obj);
//项目基础信息-----------------------------------