微型课程学习

This commit is contained in:
zhanglipeng
2021-05-15 11:33:55 +08:00
parent 5003272c59
commit 7b2844b0c2
9 changed files with 395 additions and 4 deletions

View File

@ -9,6 +9,14 @@ export function listMicrocourse(query) {
})
}
// 查询流程下拉树结构
export function treeselect() {
return request({
url: '/benyi/microcourse/treeselect',
method: 'get'
})
}
// 查询微型课程详细
export function getMicrocourse(id) {
return request({