diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index 93949f3..8feda62 100644 --- a/src/views/chat/index.vue +++ b/src/views/chat/index.vue @@ -69,7 +69,7 @@ const sendeInfo = reactive({ // 消息分页查询参数 const msgQuery = reactive({ page: 1, - page_size: 20, + page_size: 50, app_id: route.query.app_id, user_id: '' })