From 05fda3f764f2d3a6890fbdbd9a3aaef1ea40b123 Mon Sep 17 00:00:00 2001 From: engigu Date: Tue, 9 Jan 2024 18:16:48 +0800 Subject: [PATCH] adjust display list page size --- web/src/constant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/constant.js b/web/src/constant.js index 004f2c8..504a3c8 100644 --- a/web/src/constant.js +++ b/web/src/constant.js @@ -1,7 +1,7 @@ // 定义一些常量名 const CONSTANT = { PAGE: 1, - PAGE_SIZE: 6, + PAGE_SIZE: 8, TOTAL: 0, LOG_TASK_ID: "00000000-0000-0000-0000-000000000001", STORE_TOKEN_NAME: '__message_nest_token__',