大屏页面初始化

This commit is contained in:
2026-03-06 17:25:46 +08:00
parent b9d209f7ef
commit 5ce6c6800f
9 changed files with 179 additions and 51 deletions

View File

@@ -34,3 +34,13 @@ export function getHomeRoleAssign(data) {
}
/**
* 删除角色信息
*/
export function getHomeRoleDelete(params) {
return request({
url: '/biz/homeRole/delete',
method: 'post',
params: params
})
}