From 19e4784729425fc2a29012b87ff29b3584ef7b00 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 24 Sep 2019 13:35:41 +0800 Subject: [PATCH] rc.5 Former-commit-id: c69440c2808aa3c74aad68c20ff46c1e037ae474 --- .../Views/Shared/_Layout.cshtml | 2 +- .../IoT/IoTNode/Controllers/HomeController.cs | 6 +-- projects/IoT/IoTNode/Views/Home/Index.cshtml | 50 +++++++++++++++++-- .../IoT/IoTNode/Views/Shared/_Menu.cshtml | 10 ---- projects/IoT/IoTNode/appsettings.json | 2 +- projects/IoTCenter/Views/Home/Index.cshtml | 2 +- projects/IoTCenter/Views/Home/Node.cshtml | 2 +- projects/IoTCenter/appsettings.json | 2 +- projects/IoTCenter/wwwroot/node.default.html | 37 +++++++++----- projects/UserCenter/appsettings.json | 2 +- 10 files changed, 80 insertions(+), 35 deletions(-) diff --git a/projects/Infrastructure/Views/Shared/_Layout.cshtml b/projects/Infrastructure/Views/Shared/_Layout.cshtml index 2cab332f..476421e7 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()))