大屏项目初始化

This commit is contained in:
2026-03-08 16:52:55 +08:00
parent 444e65c524
commit 2c81b1478c
21 changed files with 424 additions and 75 deletions

View File

@@ -11,6 +11,17 @@ export function getHomeRoleList(params) {
})
}
/**
* 获取指标信息列表
*/
export function getHomeRoleUserList(params) {
return request({
url: '/biz/homeRole/userList',
method: 'get',
params: params
})
}
/**
* 获取角色授权的菜单
*/