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