mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-23 17:55:44 +08:00
角色和权限
This commit is contained in:
@@ -50,3 +50,10 @@ export function getRoleList(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
// 获取角色菜单列表
|
||||
export function getRoleMenu(roleId) {
|
||||
return request({
|
||||
url: getUrl('/sysRoleEx/getRoleMenu?roleId=' + roleId),
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user