增加权限错误页面

This commit is contained in:
yubaolee
2015-12-02 10:06:30 +08:00
parent 2b357fbd6b
commit 87712e2b49
6 changed files with 85 additions and 18 deletions

View File

@@ -82,7 +82,7 @@ namespace OpenAuth.Mvc.Controllers
{
Id = 0,
ParentId = -1,
Name = "全部机构",
Name = "根结点",
CascadeId = "0"
});
return JsonHelper.Instance.Serialize(orgs);