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 36a1d8432..a2d1c126c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs @@ -434,7 +434,7 @@ namespace Learun.Application.Web.Controllers var lc = LicenseChecker.CheckLicense(); if (!lc.Result) { - return Content(""); + return Content(""); } } 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 22b884af2..b23183695 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs @@ -192,7 +192,7 @@ namespace Learun.Application.Web.Controllers var lc = LicenseChecker.CheckLicense(); if (!lc.Result) { - return Content(""); + return Content(""); } } //获取错误次数