From 52f35b658fa08c03ab5ce262ee70e5119b89e5ca Mon Sep 17 00:00:00 2001 From: liangkun Date: Mon, 26 Oct 2020 18:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BB=9F=E4=B8=80=E5=BA=94?= =?UTF-8?q?=E7=94=A82.0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/HomeController.cs | 5 + .../Learun.Application.Web.csproj | 1 + .../Views/Home/SSOApplication.cshtml | 143 ++++++++++++++++++ 3 files changed, 149 insertions(+) create mode 100644 Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs index 575d67748..c991b88a0 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs @@ -61,6 +61,11 @@ namespace Learun.Application.Web.Controllers return View(); } + public ActionResult SSOApplication() + { + return View(); + } + public ActionResult NeedToDoForm() { var userinfo = LoginUserInfo.Get(); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj index 7cce5c544..4ad27cb59 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj @@ -6904,6 +6904,7 @@ + diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml new file mode 100644 index 000000000..a9e8e0bb3 --- /dev/null +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/SSOApplication.cshtml @@ -0,0 +1,143 @@ +@{ + ViewBag.Title = "title"; + Layout = "~/Views/Shared/_Index.cshtml"; +} + +
+ +
+