Browse Source

修改登录页面办事大厅地址

西昌缴费二期
zhangli 3 years ago
parent
commit
d87794eed8
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageOne.cshtml
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageSix.cshtml
  3. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageThree.cshtml
  4. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageTwo.cshtml

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageOne.cshtml View File

@@ -27,7 +27,7 @@
}
@if (ViewBag.SSOSystemSwitch)
{
<a href="/SSOSystem/Index" class="down downsso">网上办事大厅</a>
<a href="/SSOSystem/DragModelOne" class="down downsso">网上办事大厅</a>
}
<div class="loginL">
<div class="loginLimg">


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageSix.cshtml View File

@@ -70,7 +70,7 @@
}
@if (ViewBag.SSOSystemSwitch)
{
<a href="/SSOSystem/Index"><img src="~/Content/images/Login/login8-4.png" alt="" /><span class="bbh_span2">网上办事大厅</span></a>
<a href="/SSOSystem/DragModelOne"><img src="~/Content/images/Login/login8-4.png" alt="" /><span class="bbh_span2">网上办事大厅</span></a>
}
@if (ViewBag.FeixinSwitch)
{


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageThree.cshtml View File

@@ -79,7 +79,7 @@
<div style="text-align: right;margin-top: 10px;">
@if (ViewBag.SSOSystemSwitch)
{
<a href="/SSOSystem/Index" class="down">网上办事大厅</a>
<a href="/SSOSystem/DragModelOne" class="down">网上办事大厅</a>
}
@if (ViewBag.FeixinSwitch)
{


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageTwo.cshtml View File

@@ -73,7 +73,7 @@
<div style="text-align: right">
@if (ViewBag.SSOSystemSwitch)
{
<a href="/SSOSystem/Index" class="down downsso">网上办事大厅</a>
<a href="/SSOSystem/DragModelOne" class="down downsso">网上办事大厅</a>
}
@if (ViewBag.FeixinSwitch)
{


Loading…
Cancel
Save