Authored by qinchao

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

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