From d40fd56ff5f20041f0dbd084dfe51bce96beaca6 Mon Sep 17 00:00:00 2001 From: zhichao lei <442149704@qq.com> Date: Mon, 23 Nov 2020 09:28:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=B6=88=E6=81=AF=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=20=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/LR_Content/script/pushmessage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 33471a823..60dfe2918 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 @@ -53,7 +53,7 @@ } // 连接成功后注册服务器方法 $.connection.hub.start().done(function () { - learun.imChat.server.pushMessage('123123'); + //learun.imChat.server.pushMessage('123123'); }); //断开连接后 $.connection.hub.disconnected(function () {