From d1b349e53e4c182e0e03e14971b2d6fc278b3def Mon Sep 17 00:00:00 2001 From: zhangli <1109134334@qq.com> Date: Tue, 30 Nov 2021 14:29:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8B=96=E6=8B=BD=E7=89=88?= =?UTF-8?q?=E7=9A=84=E5=9C=B0=E5=9D=80/SSOSystem/NoLogin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Web/Controllers/SSOSystemController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs index e6dd2a1b3..c7f91f825 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/SSOSystemController.cs @@ -863,7 +863,7 @@ namespace Learun.Application.Web.Controllers /// 网上办事大厅拖拽版-未登录页面 /// /// - public ActionResult DragNoLogin() + public ActionResult NoLogin() { //获取错误次数 ViewBag.errornum = OperatorHelper.Instance.GetCurrentErrorNum(); @@ -884,7 +884,7 @@ namespace Learun.Application.Web.Controllers ViewBag.WeixinLoginSwitch = result4; - return View(); + return View("DragNoLogin"); } ///