@@ -431,7 +431,7 @@ namespace Learun.Application.Web.Controllers | |||||
var lc = LicenseChecker.CheckLicense(); | var lc = LicenseChecker.CheckLicense(); | ||||
if (!lc.Result) | 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"); | //return View("AdminTop"); | ||||
string learn_UItheme = WebHelper.GetCookie("Learn_ADMS_V6.1_UItheme"); | string learn_UItheme = WebHelper.GetCookie("Learn_ADMS_V6.1_UItheme"); | ||||
@@ -189,7 +189,7 @@ namespace Learun.Application.Web.Controllers | |||||
var lc = LicenseChecker.CheckLicense(); | var lc = LicenseChecker.CheckLicense(); | ||||
if (!lc.Result) | 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(); | ViewBag.errornum = OperatorHelper.Instance.GetCurrentErrorNum(); | ||||
@@ -1,6 +1,8 @@ | |||||
<template> | <template> | ||||
<view class="page"> | <view class="page"> | ||||
<view class="content"> | <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="head-banner"> | ||||
<!-- 标题文字 --> | <!-- 标题文字 --> | ||||
<view class="main-title"> | <view class="main-title"> | ||||
@@ -61,6 +63,8 @@ | |||||
:range="apiRootList" | :range="apiRootList" | ||||
type="radio" | type="radio" | ||||
/> | /> | ||||
</view> | |||||
</view> | </view> | ||||
<!-- 页面底部版权文字 --> | <!-- 页面底部版权文字 --> | ||||
<view class="footer">{{ copyRightDisplay }}</view> | <view class="footer">{{ copyRightDisplay }}</view> | ||||
@@ -239,7 +243,7 @@ page { | |||||
.content { | .content { | ||||
text-align: center; | text-align: center; | ||||
width: 100%; | width: 100%; | ||||
padding: 0 38rpx; | |||||
// padding: 0 38rpx; | |||||
} | } | ||||
.head-banner { | .head-banner { | ||||