@@ -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';