From 706f4ff4ca26c7613f30dd004d00a53b45196399 Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 17 Oct 2022 16:49:43 +0800 Subject: [PATCH] --- .../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 2611e7989..2cdc90e8b 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")