feat: 增加最大搜索限制

This commit is contained in:
Huangzhe
2025-05-28 13:48:00 +08:00
parent 09ab4901d8
commit 544673c350

View File

@@ -87,7 +87,7 @@ const getMarketInfo = async (item: string | number, title?: string) => {
page: 1,
// 此字段无法脱离组件使用
keyword,
per_page: 10,
per_page: 100,
group_id: 0,
is_public: 1,
scene_code_info: data.code,