引入ztree

This commit is contained in:
yubaolee
2017-08-31 19:23:29 +08:00
parent 15a9697ed0
commit d88668def1
16 changed files with 668 additions and 132 deletions

View File

@@ -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()
{