From f7ded5c350dffd23b53f0d5f64d9c5b371870ba1 Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 2 Mar 2021 10:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BB=9F=E4=B8=80=E8=BA=AB?= =?UTF-8?q?=E4=BB=BD=E8=AE=A4=E8=AF=81Forjava?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Web/Controllers/LoginController.cs | 2 +- .../Views/LR_Content/script/pushmessage.js | 6 +++--- .../Quanjiang.DigitalScholl.JobService.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs index 74f1b6f45..50ee96f21 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs @@ -807,7 +807,7 @@ namespace Learun.Application.Web.Controllers if (!string.IsNullOrEmpty(uid)) { decimal datetimenow = Convert.ToDecimal(DateTime.Now.ToString("yyyyMMddHHmmss")); - string username = "admin"; + string username = uid; string password = "www.qj.com"; UserEntity userEntity = userBll.CheckLogin(username, Md5Helper.Encrypt(password, 32)); 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 78746c499..039cd9f7f 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 @@ -4,8 +4,8 @@ learun._im = { init: function () { - learun._im.registerServer(); - learun._im.connect(); + //learun._im.registerServer(); + //learun._im.connect(); } // 连接服务端 , connect: function () { @@ -69,7 +69,7 @@ $(function() { - learun._im.connect(); + //learun._im.connect(); }) })(jQuery, top.learun); \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.JobService/Quanjiang.DigitalScholl.JobService.csproj b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.JobService/Quanjiang.DigitalScholl.JobService.csproj index 0d91b8b4b..e3cb06fa5 100644 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.JobService/Quanjiang.DigitalScholl.JobService.csproj +++ b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.JobService/Quanjiang.DigitalScholl.JobService.csproj @@ -22,7 +22,7 @@ - x64 + AnyCPU true full false