refactor: ♻️ 用户列表调整为卡片显示
This commit is contained in:
@@ -21,7 +21,7 @@ const UserAPI = {
|
||||
* @param queryParams 查询参数
|
||||
*/
|
||||
getPage(queryParams: UserPageQuery) {
|
||||
return request<PageResult<Record<string, any>[]>>({
|
||||
return request<PageResult<UserPageVO[]>>({
|
||||
url: `${USER_BASE_URL}/page`,
|
||||
method: "GET",
|
||||
data: queryParams,
|
||||
|
||||
Reference in New Issue
Block a user