From e9c61544e48fc69e4b010c68beb44d148620d204 Mon Sep 17 00:00:00 2001 From: liangkun Date: Tue, 25 Aug 2020 17:26:43 +0800 Subject: [PATCH] AdminDefaultForDC.cshtml --- .../Learun.Application.Web/Views/Home/AdminDefaultForDC.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefaultForDC.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefaultForDC.cshtml index d00bdda21..166bc184b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefaultForDC.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefaultForDC.cshtml @@ -1,6 +1,6 @@ @{ ViewBag.Title = "经典版风格"; - Layout = "~/Views/Shared/_Admin.cshtml"; + Layout = "~/Views/Shared/_AdminForDC.cshtml.cshtml"; } @Html.AppendCssFile("/Views/Home/AdminDefault/index.css")