Jelajahi Sumber

chore: 页码基本数量为10

xyh 2 tahun lalu
induk
melakukan
bd65aca7ec
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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';