mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
feat:增加学习路径图学习模式切换
This commit is contained in:
@@ -6,5 +6,8 @@ export const getRouterOverview = (routerId) => http.get(`/admin/router/overview?
|
||||
//新建或编辑路径图
|
||||
export const editRoutered = (obj) => http.post('/admin/router/edit', obj)
|
||||
|
||||
// 路径图模式修改接口
|
||||
export const editRouteredModel = (obj) => http.post('/admin/router/editModel', obj)
|
||||
|
||||
// 新建或编辑路径图共享文档
|
||||
export const editRouteredDoc = (obj) => http.post('/admin/router/editShareRouter', obj)
|
||||
Reference in New Issue
Block a user