From 1d242f17e963fb71dbaf30e17b92914bd44763d3 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 22 Dec 2020 16:17:06 +0800 Subject: [PATCH] update Former-commit-id: a2e501e300c545885f828c420366ae5a735c478a Former-commit-id: ee61a3468461107857c8e5f6ee37e67e4a002afa --- projects/Platform/Controllers/HomeController.cs | 5 +++++ projects/Platform/Views/Home/Alarm.cshtml | 1 + projects/Platform/Views/Home/Building.cshtml | 6 ++++-- projects/Platform/Views/Home/Index.cshtml | 4 +++- projects/Platform/Views/Shared/_Menu.cshtml | 8 +++----- 5 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 projects/Platform/Views/Home/Alarm.cshtml diff --git a/projects/Platform/Controllers/HomeController.cs b/projects/Platform/Controllers/HomeController.cs index c82acb00..f8d5c724 100644 --- a/projects/Platform/Controllers/HomeController.cs +++ b/projects/Platform/Controllers/HomeController.cs @@ -103,6 +103,11 @@ namespace Platform.Controllers return View(model); } + public IActionResult Alarm() + { + return View(); + } + public IActionResult Product() { return View(); diff --git a/projects/Platform/Views/Home/Alarm.cshtml b/projects/Platform/Views/Home/Alarm.cshtml new file mode 100644 index 00000000..85fe33ce --- /dev/null +++ b/projects/Platform/Views/Home/Alarm.cshtml @@ -0,0 +1 @@ +