gaoluyang
2025-11-24 4781c5b446f0a2df4444bde9f5efb54d8ad4d939
src/hooks/usePaginationApi.jsx
@@ -28,7 +28,7 @@
  /** 分页配置 */
  const pagination = reactive({
    pageSize: 10,
    pageSize: 100,
    currentPage: 1,
    pageSizes: [10, 15, 20],
    total: 0,