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([])