diff --git a/WebContent/Frame/page/jspf/include/jsp_mainmenu.jspf b/WebContent/Frame/page/jspf/include/jsp_mainmenu.jspf
index 2a53a5105..d052090d3 100644
--- a/WebContent/Frame/page/jspf/include/jsp_mainmenu.jspf
+++ b/WebContent/Frame/page/jspf/include/jsp_mainmenu.jspf
@@ -26,7 +26,7 @@ request.setAttribute("as_main", new com.amarsoft.awe.ui.layout.ASMain(CurPage).i
- ${as_main.homeHtml}
<%-- - ${as_main.skinHtml}
--%>
- <%-- - ${as_main.userHtml}
--%>
+ - ${as_main.userHtml}
- <%=LanguageManager.getLanguage("awe/system",CurPage.getUser().getLanguage(),"委托")%>
- <%=LanguageManager.getLanguage("awe/system",CurPage.getUser().getLanguage(),"消息")%>
@@ -49,8 +49,8 @@ request.setAttribute("as_main", new com.amarsoft.awe.ui.layout.ASMain(CurPage).i
$(document).ready(function(){
ASMain(window.MenuJson=${as_main.json});
//隐藏语言时删除如要打开这个功能则可注这行代码
- //var trs=$("#main_userinfo").find("tr:last");
- //trs.css("display","none");
+ var trs=$("#main_userinfo").find("tr:last");
+ trs.css("display","none");
});
function setFlowOperatorUser(){
AsDialog.PopView("/Tenwa/Core/Entrusteduserinfo/EntrustedInfoList.jsp","","dialogWidth=900px;dialogHeight=500px;resizable=no;scrollbars=no;status:yes;maximize:no;help:no;",function(sReturn){