This commit is contained in:
yubaolee
2017-10-12 16:38:46 +08:00
parent 54eac35dbc
commit c617a3ecdb
20 changed files with 112 additions and 52 deletions

View File

@@ -7,13 +7,13 @@ using OpenAuth.App.ViewModel;
namespace OpenAuth.Mvc.Controllers
{
/// <summary>
/// 获取登用户的全部信息
/// 获取登用户的全部信息
/// </summary>
public class UserSessionController : BaseController
{
UserWithAccessedCtrls user = AuthUtil.GetCurrentUser();
/// <summary>
/// 获取登用户可访问的所有模块,及模块的操作菜单
/// 获取登用户可访问的所有模块,及模块的操作菜单
/// </summary>
public string GetModulesTree()
{
@@ -22,7 +22,7 @@ namespace OpenAuth.Mvc.Controllers
}
/// <summary>
/// 获取登用户可访问的所有部门
/// 获取登用户可访问的所有部门
/// </summary>
public string GetOrgs()
{