Authored by qinchao

去掉菜单:搜索双云比较和memcache监控

... ... @@ -8,7 +8,7 @@ public class ProjectConstant {
//左侧菜单的版本号控制
public static final String MENU_VERSION = "20180510-001";
public static final String MENU_VERSION = "20180510-002";
public static final String DEPLOY_IP="10.66.80.23";
... ...
... ... @@ -208,7 +208,7 @@ document.getElementById("li_dockerRelease_a").setAttribute("href", path + "/dock
document.getElementById("logout_a").setAttribute("href", path + "/user/logout");
document.getElementById("changepwd_a").setAttribute("href", path + "/user/toupdatePwd");
document.getElementById("li_sms_a").setAttribute("href", path + "/sms/toSmsLog");
document.getElementById("li_search_compare_a").setAttribute("href", path + "/searchCompare/getComparePage");
//document.getElementById("li_search_compare_a").setAttribute("href", path + "/searchCompare/getComparePage");
document.getElementById("li_zkMonitor_a").setAttribute("href", path + "/zkCfgCommon/tozkMonitorList");
document.getElementById("li_riskCtrol_zkMonitor_a").setAttribute("href", path + "/zkCfgUicRisk/toRiskCtrolzkMonitorList");
... ...