@@ -234,7 +234,7 @@
let post_data = {
'token': $.cookie('access_token'),
'page': page,
- 'line': 10
+ 'line': 5
};
$.postJSON(
http_ip_prot + 'langWord/query', JSON.stringify(post_data),
@@ -452,7 +452,7 @@
post_data = {
'page': 1,
- 'line': 10,
+ 'line': 5,
'searchKey': searchKey,
'searchVal': searchVal
@@ -460,7 +460,7 @@
}
InitIndex(post_data)