Parcourir la source

Merge branch '长阳分支中职' of http://123.57.209.16:3000/bjquanjiang/DigitalScholl into 长阳分支中职

临城职教中职
dyy il y a 2 ans
Parent
révision
897d0145bc
4 fichiers modifiés avec 7 ajouts et 3 suppressions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs
  3. +5
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue
  4. BIN
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/login-banner.png

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs Voir le fichier

@@ -431,7 +431,7 @@ namespace Learun.Application.Web.Controllers
var lc = LicenseChecker.CheckLicense();
if (!lc.Result)
{
return Content("<script>alert('" + lc.Message + "');location.href='/ShowRegister/Index';</script>");
return Content("<script>alert('" + lc.Message + "');location.href='about:blank';</script>");
}
//return View("AdminTop");
string learn_UItheme = WebHelper.GetCookie("Learn_ADMS_V6.1_UItheme");


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/LoginController.cs Voir le fichier

@@ -189,7 +189,7 @@ namespace Learun.Application.Web.Controllers
var lc = LicenseChecker.CheckLicense();
if (!lc.Result)
{
return Content("<script>alert('" + lc.Message + "');location.href='/ShowRegister/Index';</script>");
return Content("<script>alert('" + lc.Message + "');location.href='about:blank';</script>");
}
//获取错误次数
ViewBag.errornum = OperatorHelper.Instance.GetCurrentErrorNum();


+ 5
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue Voir le fichier

@@ -1,6 +1,8 @@
<template>
<view class="page">
<view class="content">
<image src="@/static/login-banner.png" mode="widthFix" style="width:100%"></image>
<view style="padding: 0 38px;">
<view class="head-banner">
<!-- 标题文字 -->
<view class="main-title">
@@ -61,6 +63,8 @@
:range="apiRootList"
type="radio"
/>
</view>
</view>
<!-- 页面底部版权文字 -->
<view class="footer">{{ copyRightDisplay }}</view>
@@ -239,7 +243,7 @@ page {
.content {
text-align: center;
width: 100%;
padding: 0 38rpx;
// padding: 0 38rpx;
}

.head-banner {


BIN
Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/login-banner.png Voir le fichier

Avant Après
Largeur: 1193  |  Hauteur: 537  |  Taille: 1.2 MiB

Chargement…
Annuler
Enregistrer