From 5fd6388237000661402365c3b6e3143c783d59dc Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Mon, 23 Sep 2019 10:23:43 +0800 Subject: [PATCH] rc2 Former-commit-id: 511b9af256b0b4363dc93e62ac64d9ec34c8ddd3 --- .../Infrastructure/Views/Shared/_Layout.cshtml | 2 +- projects/Infrastructure/Web/DeviceAttribute.cs | 2 +- projects/IoT/IdGen/Program.cs | 1 + projects/IoT/IoTNode/appsettings.json | 2 +- projects/IoTCenter/appsettings.json | 2 +- .../Areas/Admin/Views/Shared/_Menu.cshtml | 17 +++-------------- projects/UserCenter/appsettings.json | 2 +- publish/build.cmd | 6 +++--- 8 files changed, 12 insertions(+), 22 deletions(-) diff --git a/projects/Infrastructure/Views/Shared/_Layout.cshtml b/projects/Infrastructure/Views/Shared/_Layout.cshtml index aa22eb0d..2cab332f 100644 --- a/projects/Infrastructure/Views/Shared/_Layout.cshtml +++ b/projects/Infrastructure/Views/Shared/_Layout.cshtml @@ -82,7 +82,7 @@ @Html.Raw(cfg["copyright"].Replace("{now}", DateTime.Now.Year.ToString()))