Showing
2 changed files
with
2 additions
and
2 deletions
@@ -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 = "20180605-001"; | 11 | + public static final String MENU_VERSION = "20180607-001"; |
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"; |
@@ -177,7 +177,7 @@ | @@ -177,7 +177,7 @@ | ||
177 | <script src="<%=basePath %>script/common/genarate_left_panel.js?v=<%=ProjectConstant.MENU_VERSION %>"></script> | 177 | <script src="<%=basePath %>script/common/genarate_left_panel.js?v=<%=ProjectConstant.MENU_VERSION %>"></script> |
178 | 178 | ||
179 | <script> | 179 | <script> |
180 | - $("#li_manager").addClass("active open"); | 180 | + $("#li_other").addClass("active open"); |
181 | $("#li_docker_log").addClass("active"); | 181 | $("#li_docker_log").addClass("active"); |
182 | </script> | 182 | </script> |
183 | 183 |
-
Please register or login to post a comment