From 1dbf6ffa5acb514f758d274ac7e802df12b80f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=A6=E5=93=A5?= <17630302050@163.com> Date: Sun, 19 Oct 2025 21:58:43 +0800 Subject: [PATCH] 2323 --- src/views/chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index 8feda62..dcc3fbb 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: 50, + page_size: 190, app_id: route.query.app_id, user_id: '' })