This commit is contained in:
laodaming
2023-06-29 13:59:55 +08:00
parent 543308ddbc
commit f09e1b8f93
7 changed files with 84 additions and 5 deletions

View File

@@ -5,3 +5,6 @@ const DEFAULT_PAGE = 1
// 默认每页数量
const DEFAULT_PAGE_SIZE = 20
// 最大每页显示数量
const MAX_PAGE_SIZE = 300