From 708c64c81dd87e666b2a9cd781e41b9b643ccee7 Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 2 Mar 2021 10:47:32 +0800 Subject: [PATCH] =?UTF-8?q?hub=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/LR_Content/script/pushmessage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/pushmessage.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/pushmessage.js index 039cd9f7f..0c2809e82 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/pushmessage.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/pushmessage.js @@ -11,7 +11,7 @@ , connect: function () { var loginInfo = learun.clientdata.get(['userinfo']); if (loginInfo.imOpen != 'true') { - setTimeout(learun._im.connect, 10000); + setTimeout(learun._im.connect, 60000); } $.ajax({ @@ -49,7 +49,7 @@ }); } if (!learun.imChat) { - setTimeout(learun._im.connect, 1000); + setTimeout(learun._im.connect, 60000); } // 连接成功后注册服务器方法 $.connection.hub.start().done(function () {