소스 검색

chore: 页码基本数量为10

xyh 2 년 전
부모
커밋
bd65aca7ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/utils/constants.ts

+ 1 - 1
packages/app/src/utils/constants.ts

@@ -1,7 +1,7 @@
 /** 用户session token */
 export const USER_TOKEN_STORAGE = 'user_token';
 /** 页码列表 */
-export const PAGE_SIZE_LIST = ['5', '10', '30', '50', '80', '100'];
+export const PAGE_SIZE_LIST = ['10', '30', '50', '80', '100'];
 /** 请求域名 */
 export const NETWORK_URL = 'http://192.168.0.118:9560';
 export const E2E_NETWORK_URL = 'http://e2e.test.cn';