diff --git a/projects/Infrastructure/Areas/Admin/Views/Configuration/Index.cshtml b/projects/Infrastructure/Areas/Admin/Views/Configuration/Index.cshtml index e0b785ee..3d5941c1 100644 --- a/projects/Infrastructure/Areas/Admin/Views/Configuration/Index.cshtml +++ b/projects/Infrastructure/Areas/Admin/Views/Configuration/Index.cshtml @@ -2,6 +2,7 @@ @using System.Security.Claims @model List @{ + HtmlTitle = "网站配置"; var start = 0; var entityName = "EFConfigurationValue"; var hasPermissions = (User.Identity as ClaimsIdentity).Claims.Any(o => o.Value.EndsWith($"-{entityName}")); diff --git a/projects/Infrastructure/Areas/Admin/Views/Shared/_Layout.cshtml b/projects/Infrastructure/Areas/Admin/Views/Shared/_Layout.cshtml index 58d33e1e..c2a62d1e 100644 --- a/projects/Infrastructure/Areas/Admin/Views/Shared/_Layout.cshtml +++ b/projects/Infrastructure/Areas/Admin/Views/Shared/_Layout.cshtml @@ -94,7 +94,6 @@ - @(await Html.PartialAsync("_Footer")) @RenderSection("scripts", required: false) diff --git a/projects/Infrastructure/Views/Account/_Layout.cshtml b/projects/Infrastructure/Views/Account/_Layout.cshtml index b0c97211..2a283a49 100644 --- a/projects/Infrastructure/Views/Account/_Layout.cshtml +++ b/projects/Infrastructure/Views/Account/_Layout.cshtml @@ -98,7 +98,6 @@ - @(await Html.PartialAsync("_Footer")) @RenderSection("scripts", required: false) diff --git a/projects/IoTCenter/Areas/Admin/Views/Home/Index.cshtml b/projects/IoTCenter/Areas/Admin/Views/Home/Index.cshtml index 7ff3bb91..c8602be4 100644 --- a/projects/IoTCenter/Areas/Admin/Views/Home/Index.cshtml +++ b/projects/IoTCenter/Areas/Admin/Views/Home/Index.cshtml @@ -4,8 +4,8 @@ HideBread = true; var max = env.IsDevelopment() ? 10 : 1; } +
分类
-

分类

@foreach (var item in Model.Categories) {
@@ -21,8 +21,8 @@
}
+
产品
-

产品

@foreach (var item in Model.Products) {
@@ -38,8 +38,8 @@
}
+
节点
-

节点

@for (int i = 0; i < max; i++) { foreach (var item in Model.Nodes) diff --git a/projects/IoTCenter/Views/Home/Index.cshtml b/projects/IoTCenter/Views/Home/Index.cshtml index 82885455..26ba48ca 100644 --- a/projects/IoTCenter/Views/Home/Index.cshtml +++ b/projects/IoTCenter/Views/Home/Index.cshtml @@ -3,7 +3,7 @@ }
-
+
diff --git a/projects/IoTCenter/Views/Home/Node.cshtml b/projects/IoTCenter/Views/Home/Node.cshtml index cde29274..0bd50cf3 100644 --- a/projects/IoTCenter/Views/Home/Node.cshtml +++ b/projects/IoTCenter/Views/Home/Node.cshtml @@ -137,7 +137,7 @@ margin-bottom: 20px; } -
+