• ${user.userName}
    • ${text('个人中心')}
    • ${text('修改密码')}
    • ${text('退出登录')}
    • <% if(user.superAdmin){ %>
    • ${text('系统切换')}:
    • <% var menuSysCode = @UserUtils.getLoginInfo().getParam('sysCode', 'default'); %> <% for(var dict in @DictUtils.getDictList('sys_menu_sys_code')){ %>
    • ${dict.dictLabel}
    • <% } %>
    • <% }else{ %>
    • <% } %>