feat: 产品走查调整

This commit is contained in:
rd
2025-07-14 16:39:02 +08:00
parent ca31db446d
commit ac7a8abfe3
4 changed files with 10 additions and 5 deletions

View File

@ -13,7 +13,7 @@ export const INITIAL_QUERY = {
export const INITIAL_PAGE_INFO = {
page: 1,
pageSize: 8,
pageSize: 20,
total: 0,
};