mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
fix:更新调试项目、学习路径图共享文档编辑
This commit is contained in:
@@ -4,4 +4,7 @@ import http from "./config";
|
||||
export const getRouterOverview = (routerId) => http.get(`/admin/router/overview?routerId=${routerId}`)
|
||||
|
||||
//新建或编辑路径图
|
||||
export const editRoutered = (obj) => http.post('/admin/router/edit', obj)
|
||||
export const editRoutered = (obj) => http.post('/admin/router/edit', obj)
|
||||
|
||||
// 新建或编辑路径图共享文档
|
||||
export const editRouteredDoc = (obj) => http.post('/admin/router/editShareRouter', obj)
|
||||
@@ -13,6 +13,8 @@ export const deleteTask = (obj) => http.delete('/admin/project/deleteTask', { pa
|
||||
|
||||
//新建或编辑项目
|
||||
export const editProj = (obj) => http.post('/admin/project/edit', obj)
|
||||
//编辑项目共享文档
|
||||
export const editProjDoc = (obj) => http.post('/admin/project/editShareAttach', obj)
|
||||
|
||||
//路径图里的新建或编辑关卡任务
|
||||
export const editTask = (obj) => http.post('/admin/router/editTask', obj)
|
||||
|
||||
Reference in New Issue
Block a user