大屏页面初始化
This commit is contained in:
@@ -34,3 +34,13 @@ export function getHomeRoleAssign(data) {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 删除角色信息
|
||||
*/
|
||||
export function getHomeRoleDelete(params) {
|
||||
return request({
|
||||
url: '/biz/homeRole/delete',
|
||||
method: 'post',
|
||||
params: params
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user