Commit eb30636e authored by 李腾's avatar 李腾

fix: 消息提示框修改每页条数为20

parent e4a5ee31
...@@ -8,7 +8,7 @@ import styles from './index.less'; ...@@ -8,7 +8,7 @@ import styles from './index.less';
import { CHANNEL_ID } from '@/utils/constants'; import { CHANNEL_ID } from '@/utils/constants';
const INIT_PAGINATION = { const INIT_PAGINATION = {
pageSize: 10, pageSize: 20,
pageNo: 1, pageNo: 1,
}; };
const INIT_QUERY_PARAMS = { const INIT_QUERY_PARAMS = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment