Commit e189d8dd authored by 黄奎's avatar 黄奎

页面修改

parent 8417b7e4
using System; using Edu.Model.ViewModel.System;
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
...@@ -47,7 +48,7 @@ namespace Edu.Model.CacheModel ...@@ -47,7 +48,7 @@ namespace Edu.Model.CacheModel
/// <summary> /// <summary>
/// 菜单列表 /// 菜单列表
/// </summary> /// </summary>
public object MenuList { get; set; } public List<MenuTree_ViewModel> MenuList { get; set; }
/// <summary> /// <summary>
/// 集团Logo /// 集团Logo
......
...@@ -108,7 +108,7 @@ namespace Edu.WebApi.Controllers.User ...@@ -108,7 +108,7 @@ namespace Edu.WebApi.Controllers.User
} }
catch (Exception ex) catch (Exception ex)
{ {
Common.Plugin.LogHelper.Write(ex, "GetUserInfo");
} }
object obj = new object(); object obj = new object();
if (Uid > 0) if (Uid > 0)
......
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