feat:学习路径删除 增加任务到列表

This commit is contained in:
songwc
2022-11-07 16:25:54 +08:00
parent 2dc91fc559
commit f1a2fb4673
7 changed files with 330 additions and 418 deletions

3
src/api/indexStudy.js Normal file
View File

@@ -0,0 +1,3 @@
import http from "./config";
//路径图删除任务
export const deleteStudyTask = (obj) => http.delete('/admin/router/deleteTask', { params: obj })