feat: 补充角色权限
This commit is contained in:
@@ -28,4 +28,7 @@ export enum department {
|
||||
addRole = `${BASE_URL}/api/dept/addRole`,
|
||||
editRole = `${BASE_URL}/api/dept/editRole`,
|
||||
queryRoleTree = `${BASE_URL}/api/dept/queryRoleTree`,
|
||||
|
||||
queryDeptPermission = `${BASE_URL}/api/dept/queryDeptPermission`,
|
||||
queryRolePermission = `${BASE_URL}/api/dept/queryRolePermission`,
|
||||
}
|
||||
|
Reference in New Issue
Block a user