From e8a464887ac3c58982d0d856ea730a067aaff9ca Mon Sep 17 00:00:00 2001 From: ChrisChan Date: Mon, 26 Sep 2022 16:49:01 +0800 Subject: [PATCH] Update index.tsx --- client/src/pages/authorizedAccountManage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/authorizedAccountManage/index.tsx b/client/src/pages/authorizedAccountManage/index.tsx index 7014748b..6bea33f7 100644 --- a/client/src/pages/authorizedAccountManage/index.tsx +++ b/client/src/pages/authorizedAccountManage/index.tsx @@ -258,7 +258,7 @@ export default function AuthorizedAccountManage() { request: getDevMiniProgramListRequest, data: { offset: (mpCurrentPage - 1) * pageSize, - count: pageSize, + limit: pageSize, appid: miniProgramAppIdInput, } })