From 2e3a28b8f01760255197ca2c950949bf81744bf3 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Wed, 23 Jul 2025 15:53:06 +0800 Subject: [PATCH] 1 --- src/layout/components/Navbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index cc48ecb..d5c945a 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -138,7 +138,7 @@ const activeIndex = ref(0) const tableParamsQuery = ref({ readFlag: 0, pageNum: 1, - pageSize: 1 + pageSize: 10 }) const messageDateList = ref([])