👽 修改分页条数为每页 30 条

This commit is contained in:
zhaojun1998
2019-12-09 22:45:19 +08:00
parent 2861faeacd
commit ff7feedb2f

View File

@@ -46,7 +46,7 @@ public class FileController {
/**
* 滚动加载每页条数.
*/
private static final Integer PAGE_SIZE = 20;
private static final Integer PAGE_SIZE = 30;
@CheckStorageStrategyInit
@GetMapping("/list")