Browse Source

Add login user

master
fanwensheng 3 years ago
parent
commit
5bbca9929d
  1. 2
      04.系统编码/App/Controllers/ConfigManagementController.cs
  2. 2
      04.系统编码/App/Controllers/OrgManagementController.cs
  3. 2
      04.系统编码/App/Controllers/StatisticAnalysisController.cs
  4. 2
      04.系统编码/App/Controllers/UserManagementController.cs

2
04.系统编码/App/Controllers/ConfigManagementController.cs

@ -7,7 +7,7 @@ using Pingchuan.BeijingSafeguard.Model;
namespace Pingchuan.BeijingSafeguard.App.Controllers namespace Pingchuan.BeijingSafeguard.App.Controllers
{ {
public class ConfigManagementController : Controller public class ConfigManagementController : BaseController
{ {
// GET: ConfigManagement // GET: ConfigManagement
public ActionResult Index() public ActionResult Index()

2
04.系统编码/App/Controllers/OrgManagementController.cs

@ -6,7 +6,7 @@ using Pingchuan.BeijingSafeguard.Model;
namespace Pingchuan.BeijingSafeguard.App.Controllers namespace Pingchuan.BeijingSafeguard.App.Controllers
{ {
public class OrgManagementController : Controller public class OrgManagementController : BaseController
{ {
// GET: OrgManagement // GET: OrgManagement
public ActionResult Index() public ActionResult Index()

2
04.系统编码/App/Controllers/StatisticAnalysisController.cs

@ -6,7 +6,7 @@ using Pingchuan.BeijingSafeguard.Model;
namespace Pingchuan.BeijingSafeguard.App.Controllers namespace Pingchuan.BeijingSafeguard.App.Controllers
{ {
public class StatisticAnalysisController : Controller public class StatisticAnalysisController : BaseController
{ {
// GET: StatisticAnalysis // GET: StatisticAnalysis
public ActionResult Index() public ActionResult Index()

2
04.系统编码/App/Controllers/UserManagementController.cs

@ -6,7 +6,7 @@ using Pingchuan.BeijingSafeguard.Model;
namespace Pingchuan.BeijingSafeguard.App.Controllers namespace Pingchuan.BeijingSafeguard.App.Controllers
{ {
public class UserManagementController : Controller public class UserManagementController : BaseController
{ {
// GET: UserManagement // GET: UserManagement
public ActionResult Index() public ActionResult Index()

Loading…
Cancel
Save