主播审批页面改成一次出200条
This commit is contained in:
parent
38649771c1
commit
aa1ed9f466
|
@ -283,7 +283,7 @@ const JoinContent = (props) => {
|
|||
body: JSON.stringify({
|
||||
status: querryStatus,
|
||||
offset: offset,
|
||||
limit: 20,
|
||||
limit: 200,
|
||||
...base,
|
||||
}),
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue