• ${user.userName}
      <% if(hasPermi('system:back:view')){ %>
    • ${text('后台管理')}
    • <% } %>
    • ${text('个人中心')}
    • ${text('修改密码')}
    • ${text('应用接入')}
    • ${text('消息接入')}
    • ${text('退出登录')}
    • <% var sysDictList = @DictUtils.getDictList('sys_menu_sys_code'); if(sysDictList.~size > 1){ var menuSysCode = @ObjectUtils.toStringIgnoreNull(session.sysCode, 'default'); %>
    • ${text('系统切换')}:
    • <% for(var dict in sysDictList){ %>
    • ${dict.dictLabel}
    • <% } %>
    • <% }else{ %>
    • <% } %>