修改ztree目录树为异步加载方式

This commit is contained in:
WangHao
2021-02-16 22:42:42 +08:00
parent ae6d354b6f
commit 00cf5f8cdd
15 changed files with 715 additions and 494 deletions

View File

@ -10,6 +10,13 @@ export function listMenuByUserId() {
method: 'get'
})
}
// 查询某个目录下的 书签菜单
export function listByMenuId(menuId) {
return request({
url: '/bookmark/menu/listByMenuId/'+ menuId,
method: 'get'
})
}
// 查询书签菜单列表
export function listMenu(query) {