可以在管理界面设置里设置默认每页显示数

This commit is contained in:
GoEdgeLab
2022-02-24 20:52:47 +08:00
parent 3796b25676
commit 64668f8e66
4 changed files with 35 additions and 2 deletions

View File

@@ -94,5 +94,6 @@ func defaultAdminUIConfig() *systemconfigs.AdminUIConfig {
ShowOpenSourceInfo: true,
ShowVersion: true,
ShowFinance: true,
DefaultPageSize: 10,
}
}