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();
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 @@
+
+
@@ -61,6 +63,8 @@
:range="apiRootList"
type="radio"
/>
+
+
@@ -239,7 +243,7 @@ page {
.content {
text-align: center;
width: 100%;
- padding: 0 38rpx;
+ // padding: 0 38rpx;
}
.head-banner {
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/login-banner.png b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/login-banner.png
new file mode 100644
index 000000000..088afd3a4
Binary files /dev/null and b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/login-banner.png differ