gongchunyi
10 天以前 2f78c4aa959b742de3d5883c1dfe8a02a0c874b4
src/hooks/usePaginationApi.jsx
@@ -28,7 +28,7 @@
  /** 分页配置 */
  const pagination = reactive({
    pageSize: 10,
    pageSize: 100,
    currentPage: 1,
    pageSizes: [10, 15, 20],
    total: 0,