From 41cf6938625fcd24d298bf1e7ab6c12bd082f5eb Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 25 Feb 2022 14:16:38 +0800 Subject: [PATCH] =?UTF-8?q?Title=20=E7=BB=8F=E5=85=B8=E7=89=88=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC=20=E6=94=B9=E4=B8=BA=E9=95=BF=E9=98=B3=E8=81=8C?= =?UTF-8?q?=E6=95=99=E4=B8=AD=E5=BF=83=E6=95=B0=E5=AD=97=E5=8C=96=E6=A0=A1?= =?UTF-8?q?=E5=9B=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Web/Views/Home/AdminDefault.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault.cshtml index 09c3a3157..4993c6032 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault.cshtml @@ -1,5 +1,5 @@ @{ - ViewBag.Title = "经典版风格"; + ViewBag.Title = "长阳职教中心数字化校园"; Layout = "~/Views/Shared/_Admin.cshtml"; } @Html.AppendCssFile("/Views/Home/AdminDefault/index.css")