From 50575f3c233b3cc8a8affe6dd7dc3cc48f6012c0 Mon Sep 17 00:00:00 2001 From: liangkun Date: Thu, 8 Sep 2022 14:22:09 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=8E=88=E6=9D=83=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E7=A9=BA=E7=99=BD=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Web/Controllers/HomeController.cs | 2 +- .../Learun.Application.Web/Controllers/LoginController.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs index 8b2e45ba1..a7df007aa 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs @@ -431,7 +431,7 @@ namespace Learun.Application.Web.Controllers var lc = LicenseChecker.CheckLicense(); if (!lc.Result) { - return Content(""); + return Content(""); } //return View("AdminTop"); string learn_UItheme = WebHelper.GetCookie("Learn_ADMS_V6.1_UItheme"); 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 a6a7f214e..0feb9ff09 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs @@ -189,7 +189,7 @@ namespace Learun.Application.Web.Controllers var lc = LicenseChecker.CheckLicense(); if (!lc.Result) { - return Content(""); + return Content(""); } //获取错误次数 ViewBag.errornum = OperatorHelper.Instance.GetCurrentErrorNum(); From 4e10cad9dcf82406cf0323b9978c85f0369437e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=99=93=E7=90=AA?= Date: Thu, 8 Sep 2022 17:01:12 +0800 Subject: [PATCH 2/3] =?UTF-8?q?app2.0=20=E7=99=BB=E5=BD=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/login.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue index 4c117feeb..e97e49bf1 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue @@ -1,6 +1,8 @@