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