From e53060d470870f8d7eaff4d99ef19641dd130932 Mon Sep 17 00:00:00 2001 From: liangkun Date: Thu, 8 Sep 2022 14:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=88=E6=9D=83=E8=B7=B3=E8=BD=AC=E7=A9=BA?= =?UTF-8?q?=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 8673ef2c4..a25c809bb 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs @@ -428,7 +428,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 02a57bd1e..6b4870231 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs @@ -180,7 +180,7 @@ namespace Learun.Application.Web.Controllers var lc = LicenseChecker.CheckLicense(); if (!lc.Result) { - return Content(""); + return Content(""); } //获取错误次数 ViewBag.errornum = OperatorHelper.Instance.GetCurrentErrorNum();