mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
feat: 新增编辑路径图设置方法,共享文档 style修改
This commit is contained in:
@@ -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);
|
||||
//获取路径图详情-包含关卡及任务列表
|
||||
|
||||
Reference in New Issue
Block a user