Skip to content

Commit 4f2fa16

Browse files
committed
页面列表长度更改
1 parent 9c37423 commit 4f2fa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
this.query = ''; //
1919
this.query_size = 5; //搜索框结果显示5条
20-
this.page_size = 20; //每页显示20条
20+
this.page_size = 50; //每页显示20条
2121

2222
this.elm_info.innerHTML = this.commands.length;
2323

0 commit comments

Comments
 (0)