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
{
public class ConfigManagementController : Controller
public class ConfigManagementController : BaseController
{
// GET: ConfigManagement
public ActionResult Index()

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

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

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

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

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

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

Loading…
Cancel
Save