feat: 增加最大搜索限制
This commit is contained in:
@@ -87,7 +87,7 @@ const getMarketInfo = async (item: string | number, title?: string) => {
|
|||||||
page: 1,
|
page: 1,
|
||||||
// 此字段无法脱离组件使用
|
// 此字段无法脱离组件使用
|
||||||
keyword,
|
keyword,
|
||||||
per_page: 10,
|
per_page: 100,
|
||||||
group_id: 0,
|
group_id: 0,
|
||||||
is_public: 1,
|
is_public: 1,
|
||||||
scene_code_info: data.code,
|
scene_code_info: data.code,
|
||||||
|
|||||||
Reference in New Issue
Block a user