@@ -485,7 +485,7 @@ const loading = ref(false);
// 分页数据
const currentPage = ref(1);
-const pageSize = ref(6);
+const pageSize = ref(24);
const totalPages = ref(0);
const totalCount = ref(0);
const jumpToPage = ref<number | string>("");