feat: 新增编辑路径图设置方法,共享文档 style修改

This commit is contained in:
王熙东
2022-11-18 21:49:19 +08:00
parent f2171b0bd6
commit 345e40271e
3 changed files with 31 additions and 6 deletions

View File

@@ -59,7 +59,8 @@ export const getChapter = (obj) => http.post('/admin/router/detail', { params: o
//新建或编辑关卡
export const editChapter = (obj) => http.post('/admin/router/editChapter', obj);
// 编辑路径图设置
export const setConfig = (obj) => http.post('/admin/router/setConfig', obj);
//获取学员列表
export const getStudent = (obj) => http.post('/admin/router/studentList', obj);
//获取路径图详情-包含关卡及任务列表