diff --git a/SolarPower/Controllers/MyBaseController.cs b/SolarPower/Controllers/MyBaseController.cs index 9e639fe..6c88f24 100644 --- a/SolarPower/Controllers/MyBaseController.cs +++ b/SolarPower/Controllers/MyBaseController.cs @@ -132,7 +132,6 @@ namespace SolarPower.Controllers i++; } } - } ViewBag.auths = auth_arr; diff --git a/SolarPower/Views/PowerStation/Index.cshtml b/SolarPower/Views/PowerStation/Index.cshtml index b55dc03..b114e58 100644 --- a/SolarPower/Views/PowerStation/Index.cshtml +++ b/SolarPower/Views/PowerStation/Index.cshtml @@ -1,5 +1,6 @@ @{ - ViewData["MainNum"] = "2"; + ViewData["MainNum"] = "6"; + ViewData["SubNum"] = "1"; ViewData["Title"] = "電站管理"; }