From 9e503cd2e2635c93ba9dfbe10827dc817bcbb006 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:57:38 +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 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: '' })