feat(应用市场): 三方应用对接

This commit is contained in:
wangjiahao
2022-10-26 19:39:20 +08:00
parent 9623343d4b
commit 2b67bec9ab
12 changed files with 125 additions and 91 deletions

View File

@@ -336,10 +336,9 @@ export function editApply(data) {
})
}
export function findOneWithParent(panelId) {
return request({
url: 'panel/group/findOneWithParent/'+panelId,
url: 'panel/group/findOneWithParent/' + panelId,
method: 'get',
loading: false
})