From cd46642f57d124f9356363086e9eae2ae2d2a4a7 Mon Sep 17 00:00:00 2001 From: awen Date: Sun, 1 Jun 2025 15:44:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E7=A0=81=E6=80=BB?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E9=80=82=E9=85=8D=E5=A4=A7=E5=B0=8F=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/contract-template.list._index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/contract-template.list._index.tsx b/app/routes/contract-template.list._index.tsx index 49ccb04..c9cdc35 100644 --- a/app/routes/contract-template.list._index.tsx +++ b/app/routes/contract-template.list._index.tsx @@ -45,7 +45,7 @@ export async function loader({ request }: LoaderFunctionArgs) { const type = url.searchParams.get('type') || ''; const sortBy = url.searchParams.get('sortBy') || 'relevance'; const page = parseInt(url.searchParams.get('page') || '1'); - const pageSize = 6; + const pageSize = 12 try { // 根据sortBy值设置数据库排序参数