Browse Source

【增加】网上办事大厅拖拽版:增加未登录页面;

master
dyy 3 years ago
parent
commit
8693648b8d
9 changed files with 4962 additions and 5557 deletions
  1. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/blue.css
  2. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/green.css
  3. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index.css
  4. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/login5.css
  5. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/red.css
  6. +25
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs
  7. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js
  8. +238
    -1122
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoLogin.cshtml
  9. +4685
    -4422
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/DBModel/资产系统.PDM

+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/blue.css View File

@@ -2,11 +2,11 @@ html,body{
background: #EBF6FF;
}
body.active .header {
background-image: url(../images/headBg2.jpg);
background-image: url(../../../images/DragSSO/DragSSO/headBg2.jpg);
}
.header{
background-image:url('../images/headBg.jpg');
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/headBg.jpg', sizingMethod='scale');
background-image:url('../../images/DragSSO/headBg.jpg');
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/DragSSO/headBg.jpg', sizingMethod='scale');
}
.headNum{
color: #198BE3;


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/green.css View File

@@ -2,8 +2,8 @@ html,body{
background: #EDFEF7;
}
.header{
background-image:url('../images/headBg-green.jpg');
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/headBg-green.jpg', sizingMethod='scale');
background-image:url('../../images/DragSSO/headBg-green.jpg');
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/DragSSO/headBg-green.jpg', sizingMethod='scale');
}
.headNum{
color: #01A566;


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index.css View File

@@ -1,4 +1,4 @@
@charset "utf-8";
@charset "utf-8";
/* CSS Document */

/*****header*******/
@@ -15,7 +15,7 @@

body.active .header {
z-index: 9999;
/* background-image: url(../images/headBg2.jpg); */
/* background-image: url(../../images/DragSSO/headBg2.jpg); */
}

.headLogin {


+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/login5.css View File

@@ -52,12 +52,12 @@
position: relative;
border-radius: 32px;
padding: 50px 70px;
background: url('../images/login5-1.png');
background: url('../../images/DragSSO/login5-1.png');
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/login5-1.png', sizingMethod='scale');
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/DragSSO/login5-1.png', sizingMethod='scale');
}

.loginTitle {


+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/red.css View File

@@ -2,11 +2,11 @@ html,body{
background: #FFE9E7;
}
.header{
background-image:url('../images/headBg-red.jpg');
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/headBg-red.jpg', sizingMethod='scale');
background-image:url('../../images/DragSSO/headBg-red.jpg');
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../../images/DragSSO/headBg-red.jpg', sizingMethod='scale');
}
body.active .header {
background-image: url(../images/headBg-red.jpg);
background-image: url(../../images/DragSSO/headBg-red.jpg);
}
.headNum{
color: #C32015;


+ 25
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs View File

@@ -841,13 +841,37 @@ namespace Learun.Application.Web.Controllers
}

/// <summary>
/// 网上办事大厅-未登录页面
/// 网上办事大厅拖拽版-未登录页面
/// </summary>
/// <returns></returns>
public ActionResult DragNoLogin()
{
return View();
}
/// <summary>
/// 网上办事大厅拖拽版-办事大厅模式
/// </summary>
/// <returns></returns>
public ActionResult DragModelOne()
{
return View();
}
/// <summary>
/// 网上办事大厅拖拽版-效率优先模式
/// </summary>
/// <returns></returns>
public ActionResult DragModelTwo()
{
return View();
}
/// <summary>
/// 网上办事大厅拖拽版-管理驾驶舱模式
/// </summary>
/// <returns></returns>
public ActionResult DragModelThree()
{
return View();
}


}

+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/Default/Index.js View File

@@ -177,6 +177,8 @@
if (res.code == 200) {
if (source == "noLogin") {
window.location.href = DigitalschoolMisLoginurl + "?F_Account=" + username + "&returnurl=" + Returnurl + "/SSOSystem/Index";
} else if (source == "DragNoLogin") {
window.location.href = DigitalschoolMisLoginurl + "?F_Account=" + username + "&returnurl=" + Returnurl + "/SSOSystem/DragModelOne";
} else {
if (res.data.pwd == true) {
if (res.data.pwdtip == true) {


+ 238
- 1122
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragNoLogin.cshtml
File diff suppressed because it is too large
View File


+ 4685
- 4422
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/DBModel/资产系统.PDM
File diff suppressed because it is too large
View File


Loading…
Cancel
Save