浏览代码

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

临城职教中职
dyy 2 年前
父节点
当前提交
897d0145bc
共有 4 个文件被更改,包括 7 次插入3 次删除
  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. 二进制
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/login-banner.png

+ 1
- 1
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("<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 查看文件

@@ -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 查看文件

@@ -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 {


二进制
Learun.Framework.Ultimate V7/LearunApp-2.2.0/static/login-banner.png 查看文件

之前 之后
宽度: 1193  |  高度: 537  |  大小: 1.2 MiB

正在加载...
取消
保存