已修改角色、新增用户、检测源列表、被检设备列表、检测脚本列表
This commit is contained in:
@@ -8,7 +8,9 @@ import http from '@/api'
|
||||
*/
|
||||
// 获取角色列表
|
||||
export const getRoleList = (params: Role.ReqRoleParams) => {
|
||||
return http.post<ResPage<Role.ResRoleList>>(`${rePrefix}/role/list`, params)
|
||||
return http.post<ResPage<Role.ResRoleList>>(`/RoleList_Post`, params)
|
||||
// return http.post<ResPage<Role.ResRoleList>>(`${rePrefix}/role/list`, params)
|
||||
|
||||
}
|
||||
|
||||
// // 获取树形用户列表
|
||||
|
||||
Reference in New Issue
Block a user