mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
feat:学习路径任务和项目任务的批量删除
This commit is contained in:
@@ -11,4 +11,18 @@ export const updateChapter = (obj) => http.post('/admin/router/editChapter', obj
|
||||
headers: {
|
||||
'token': '123'
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
//删除任务
|
||||
export const deleteTask = (obj) => http.delete('/admin/router/deleteTask',{params: obj}, {
|
||||
headers: {
|
||||
'token': '123'
|
||||
}
|
||||
});
|
||||
|
||||
//移动任务到关卡
|
||||
export const moveTask = (obj) => http.post('/admin/router/moveTask',obj,{
|
||||
headers: {
|
||||
'token': '123'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user