change easyui to bootstrap

This commit is contained in:
yubaolee
2015-04-27 00:10:02 +08:00
parent 370b390c7c
commit ae2d70a028
171 changed files with 5584 additions and 17324 deletions

View File

@@ -34,11 +34,12 @@ namespace OpenAuth.App
}
else
{
resp.UserId = user.UserId;
resp.Success = true;
foreach (var role in user.Roles)
{
resp.UserRoleNames.Add(role.FullName);
}
resp.Success = true;
}
return resp;
}