大屏项目初始化

This commit is contained in:
2026-03-07 12:13:00 +08:00
parent d887108e1a
commit b7bfdfd2bc
9 changed files with 222 additions and 71 deletions

View File

@@ -33,6 +33,17 @@ export function getHomeRoleAssign(data) {
})
}
/**
* 保存角色信息列表
*/
export function getHomeRoleSave(data) {
return request({
url: '/biz/homeRole/save',
method: 'post',
data
})
}
/**
* 删除角色信息