From fdb4c482d3a552d992f9f36e16d583ea9bd8d1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=9C=B2=E5=B0=A7?= Date: Mon, 10 Jul 2023 11:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=95=B4=E7=90=86,=20?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E7=9A=84=E6=96=87=E4=BB=B6=E5=88=A0=E9=99=A4?= =?UTF-8?q?,=20=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E6=8C=87=E5=90=91?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/ManageController.cs | 6 +- .../Controllers/OutsideWallController.cs | 22 - .../Views/OutsideWall/Result.cshtml | 592 ------------------ .../html/Manage/Login.html} | 24 +- .../html/outsidewall/BuildingResult.html} | 17 +- .../wwwroot/html/outsidewall/index.html | 1 + .../wwwroot/html/outsidewall/result.html | 34 +- 7 files changed, 35 insertions(+), 661 deletions(-) delete mode 100644 20220330_Vote/Ewide.Web.Entry/Controllers/OutsideWallController.cs delete mode 100644 20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/Result.cshtml rename 20220330_Vote/Ewide.Web.Entry/{Views/Manage/Login.cshtml => wwwroot/html/Manage/Login.html} (94%) rename 20220330_Vote/Ewide.Web.Entry/{Views/OutsideWall/BuildingResult.cshtml => wwwroot/html/outsidewall/BuildingResult.html} (98%) diff --git a/20220330_Vote/Ewide.Web.Entry/Controllers/ManageController.cs b/20220330_Vote/Ewide.Web.Entry/Controllers/ManageController.cs index d3e62c7..073d223 100644 --- a/20220330_Vote/Ewide.Web.Entry/Controllers/ManageController.cs +++ b/20220330_Vote/Ewide.Web.Entry/Controllers/ManageController.cs @@ -15,11 +15,7 @@ namespace Ewide.Web.Entry.Controllers ViewBag.Title = "宁波市“甬江建设杯”选票"; return View(); } - public IActionResult Login() - { - //ViewBag.Title = "宁波市“甬江建设杯”选票"; - return View(); - } + public IActionResult Expert() { ViewBag.Title = "宁波市“甬江建设杯”选票"; diff --git a/20220330_Vote/Ewide.Web.Entry/Controllers/OutsideWallController.cs b/20220330_Vote/Ewide.Web.Entry/Controllers/OutsideWallController.cs deleted file mode 100644 index 0539944..0000000 --- a/20220330_Vote/Ewide.Web.Entry/Controllers/OutsideWallController.cs +++ /dev/null @@ -1,22 +0,0 @@ -using Microsoft.AspNetCore.Authorization; -using Microsoft.AspNetCore.Mvc; - -namespace Ewide.Web.Entry.Controllers -{ - [AllowAnonymous] - public class OutsideWallController : Controller - { - //public IActionResult Index() - //{ - // return View(); - //} - public IActionResult Result() - { - return View(); - } - public IActionResult BuildingResult() - { - return View(); - } - } -} diff --git a/20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/Result.cshtml b/20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/Result.cshtml deleted file mode 100644 index 82c8a3f..0000000 --- a/20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/Result.cshtml +++ /dev/null @@ -1,592 +0,0 @@ -@* - For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 -*@ -@{ -} - - - - - - - - - - - - - - -
-

宁波既有建筑外墙脱落问卷调查结果

- - - - - - - - - - - - 查询 - 重置 - - - - - - - - - - - - - - - - - - - - - - - -

- 查看幢统计 - @*导出Excel*@ -

- - - -
-
- {{ fit.toward }} - -
-
-
-
- - - - - - - \ No newline at end of file diff --git a/20220330_Vote/Ewide.Web.Entry/Views/Manage/Login.cshtml b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/Manage/Login.html similarity index 94% rename from 20220330_Vote/Ewide.Web.Entry/Views/Manage/Login.cshtml rename to 20220330_Vote/Ewide.Web.Entry/wwwroot/html/Manage/Login.html index e4a8ebd..1b02194 100644 --- a/20220330_Vote/Ewide.Web.Entry/Views/Manage/Login.cshtml +++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/Manage/Login.html @@ -1,20 +1,16 @@ -@* - For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 -*@ -@{ -} + - - - - - - + + + + + + @@ -29,8 +25,8 @@ - 登录 - @*重置*@ + 登录 + @@ -103,7 +99,7 @@ window.sessionStorage.setItem('__TOKEN', response.data.data.token); //location = '/gb/yjb/manage/VoteResult' //location = '/gb/yjb/manage/nbczResult' - location = '/202307/outsidewall/result.html' + location = '/202307/html/outsidewall/result.html' } } _this.loading = false; diff --git a/20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/BuildingResult.cshtml b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/BuildingResult.html similarity index 98% rename from 20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/BuildingResult.cshtml rename to 20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/BuildingResult.html index 326dbc2..12973ef 100644 --- a/20220330_Vote/Ewide.Web.Entry/Views/OutsideWall/BuildingResult.cshtml +++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/BuildingResult.html @@ -1,19 +1,14 @@ -@* - For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860 -*@ -@{ -} - + - - - - - + + + + + diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/index.html b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/index.html index 6874759..8e330d6 100644 --- a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/index.html +++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/index.html @@ -13,6 +13,7 @@ + diff --git a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html index 4abec18..6ba121e 100644 --- a/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html +++ b/20220330_Vote/Ewide.Web.Entry/wwwroot/html/outsidewall/result.html @@ -13,11 +13,11 @@ --> - - - - - + + + + + @@ -25,7 +25,7 @@

宁波既有建筑外墙脱落问卷调查结果

- + @@ -34,17 +34,17 @@ - 查询 - 重置 + 查询 + 重置 - +