From 86bff894bddcd601b3704d6032e08361ec594ef8 Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 25 Aug 2020 17:17:43 +0800 Subject: [PATCH] AdminDefaultForDC --- .../Learun.Application.Web/Controllers/HomeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1ef696906..15106427e 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs @@ -447,7 +447,7 @@ namespace Learun.Application.Web.Controllers switch (learn_UItheme) { case "1": - return View("AdminDefault"); // 经典版本 + return View("AdminDefaultForDC"); // 经典版本 case "2": return View("AdminAccordion"); // 风尚版 case "3":