|
|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
|
|
|
|
|
<%--<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">--%>
|
|
|
|
|
<%@ include file="/WEB-INF/jspf/comm.jspf" %>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/menu.js?time=2019-12-15"></script>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/menu.js?time=2020-09-14_1"></script>
|
|
|
|
|
<style>
|
|
|
|
|
.hidden-xs{
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
@ -179,7 +179,7 @@
|
|
|
|
|
faultModleSelected = true;
|
|
|
|
|
defaultUrl = menuUrl;
|
|
|
|
|
}
|
|
|
|
|
menuALi = newAliFun(list[j].menuName, list[j].menuIcon, menuUrl,faultModleSelected,list[i].menuId,list[j].menuId);
|
|
|
|
|
menuALi = newAliFun(list[j].menuName, list[j].menuIcon, menuUrl,faultModleSelected,list[j].menuId);
|
|
|
|
|
menuAUL.append(menuALi);
|
|
|
|
|
mulLi.append(menuAUL);
|
|
|
|
|
}
|
|
|
|
|
|