CONST.js 81 B

12345
  1. //分页定义
  2. export const paginationConfig = {
  3. pageNo: 1,
  4. pageSize: 10
  5. }