Commit 6f2b6287 authored by 黄奎's avatar 黄奎

页面修改

parent ac67e3c0
......@@ -238,9 +238,10 @@ namespace Edu.WebApi.Controllers.User
UserInfo userInfo = UserReidsCache.GetUserLoginInfo(Uid);
if (userInfo != null)
{
//默认取管理端
var treeList = menuModule.GetPostMenuTreeModule(new Model.ViewModel.System.RB_Menu_ViewModel()
{
MenuType = (int)userInfo.AccountType
MenuType = 1
}, out List<RB_Menu_ViewModel> userCenterList, userInfo.PostId.ToString());
userInfo.MenuList = treeList;
userInfo.UserCenterList = userCenterList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment