From e4d2244ff20eeea7e245932360e1a49e934b9cd2 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Wed, 6 Aug 2025 19:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8F=96=E7=A6=BB=E7=BA=BF=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4=E6=94=B9=E6=88=90?= =?UTF-8?q?60s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-uniapp/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/im-uniapp/App.vue b/im-uniapp/App.vue index a209caf..a2eea21 100644 --- a/im-uniapp/App.vue +++ b/im-uniapp/App.vue @@ -124,14 +124,14 @@ export default { return this.$http({ url: "/message/private/loadOfflineMessage?minId=" + minId, method: 'GET', - timeout: 300000 + timeout: 60000 }) }, pullGroupOfflineMessage(minId) { return this.$http({ url: "/message/group/loadOfflineMessage?minId=" + minId, method: 'GET', - timeout: 300000 + timeout: 60000 }) }, handlePrivateMessage(msg) {