Commit 7eecb471 by guojuxing

gic子管理员菜单数据调整:必有个人中心和总览页面

parent 02148cb3
......@@ -145,7 +145,8 @@ public class MenuApiServiceImpl implements MenuApiService {
.setUserId(userId)
.setGic(true)
.setBaseVersionCode(versionCode)
.setNeedTree(true));
.setNeedTree(true)
.setNeedInherentMenu(true));
}
@Override
......
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