修改菜单配置
This commit is contained in:
parent
c76e19a486
commit
e5129c2d49
|
|
@ -205,12 +205,12 @@ function setMenusData(us,data) {
|
|||
html += '<li class="layout nocheck" hrefValue="' + item.url + '"><p>' + item.menuName + '</p></li>'
|
||||
}
|
||||
})
|
||||
// 新的数据分析
|
||||
if(userArr.indexOf(nickName) > -1){
|
||||
// html += '<li class="layout nocheck" hrefValue="../newDataAnalysis/newDataAnalysis.html"><p>数据分析</p></li>'
|
||||
html += '<li class="layout nocheck" hrefValue="../dataAnalysisOctober/dataAnalysis.html"><p>数据分析</p></li>'
|
||||
}
|
||||
html += '<li class="layout nocheck" hrefValue="../safetyHat/index.html"><p>安全帽</p></li>'
|
||||
// // 新的数据分析
|
||||
// if(userArr.indexOf(nickName) > -1){
|
||||
// html += '<li class="layout nocheck" hrefValue="../newDataAnalysis/newDataAnalysis.html"><p>数据分析</p></li>'
|
||||
// html += '<li class="layout nocheck" hrefValue="../dataAnalysisOctober/dataAnalysis.html"><p>数据分析</p></li>'
|
||||
// }
|
||||
// html += '<li class="layout nocheck" hrefValue="../safetyHat/index.html"><p>安全帽</p></li>'
|
||||
}
|
||||
$('#nav-right ul').empty().append(html);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue