-
新增自定义的用户首页(可以每个用户都不相同)
-
修复同时打开多个窗口时令牌没能同步共享的问题 fixed: #761
-
* refactor(api): remove unnecessary userId param 移除getUserInfo、getPermCode、getMenuList接口的userId参数。 这些接口应当始终与当前登录用户相关而无需传递userId。 * fix: fix auth header key case error
-
头像链接使用https,修正个人中心头像部分的位置
-
在显示头像的地方正确显示当前登录用户的头像,已补充mock接口返回的avatar字段。