mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-13 17:28:01 +08:00
引入ztree
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using System.Text;
|
||||
using System.Web.Mvc;
|
||||
using Infrastructure;
|
||||
using OpenAuth.App.SSO;
|
||||
|
||||
namespace OpenAuth.Mvc.Controllers
|
||||
{
|
||||
@@ -18,11 +16,7 @@ namespace OpenAuth.Mvc.Controllers
|
||||
return View();
|
||||
}
|
||||
|
||||
public string GetNavBar()
|
||||
{
|
||||
var user = AuthUtil.GetCurrentUser();
|
||||
return JsonHelper.Instance.Serialize(user.ModuleWithChildren);
|
||||
}
|
||||
|
||||
|
||||
public ActionResult Git()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user