@@ -8,7 +8,7 @@ class AllSetting {
this.webKeyFile = "";
this.webBasePath = "/";
this.sessionMaxAge = "";
- this.pageSize = 0;
+ this.pageSize = 50;
this.expireDiff = "";
this.trafficDiff = "";
this.remarkModel = "-ieo";
@@ -664,7 +664,7 @@
tgBotEnable: false,
showAlert: false,
ipLimitEnable: false,
- pageSize: 0,
+ pageSize: 50,
isMobile: window.innerWidth <= 768,
},
methods: {
@@ -33,7 +33,7 @@ var defaultValueMap = map[string]string{
"secret": random.Seq(32),
"webBasePath": "/",
"sessionMaxAge": "0",
- "pageSize": "0",
+ "pageSize": "50",
"expireDiff": "0",
"trafficDiff": "0",
"remarkModel": "-ieo",