From ae22b2eecf9c15dd5853eb537c0ffb8efa72622c Mon Sep 17 00:00:00 2001 From: zhouxiaofeng <2946471396@qq.com> Date: Mon, 15 Jun 2026 10:55:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/launch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/launch.js b/src/api/launch.js index cadd6a5..f3fb418 100644 --- a/src/api/launch.js +++ b/src/api/launch.js @@ -157,7 +157,7 @@ export function queryPartnerOptions(data = {}) { method: "post", data: { pageNo: 1, - pageSize: 200, + pageSize: 999, ...data, }, }).then((res) => (isSuccessResponse(res) ? getResult(res)?.data || [] : []));