角色和权限

This commit is contained in:
wu.jifen
2025-04-23 21:00:10 +08:00
parent 37ad5091a5
commit 0a52690c5b
2 changed files with 125 additions and 24 deletions

View File

@@ -50,3 +50,10 @@ export function getRoleList(data) {
data
})
}
// 获取角色菜单列表
export function getRoleMenu(roleId) {
return request({
url: getUrl('/sysRoleEx/getRoleMenu?roleId=' + roleId),
method: 'get'
})
}