Skip to content

Commit ba4b2d9

Browse files
LittleTheFuKen Berkeley
authored andcommitted
fix comment (kenberkeley#16)
Thanks @littlestupid
1 parent faaf5f6 commit ba4b2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/redux/store/initState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
msg: {
1010
msgs: [], // 当前显示的留言列表
1111
displayControl: { // 查询条件
12-
pageIdx: 1, // 默认是第 10
12+
pageIdx: 1, // 默认是第 1
1313
quantity: 10, // 默认每页显示 10 条记录
1414
authorSpecified: '' // 是否有指定发布者
1515
}

0 commit comments

Comments
 (0)