Authored by skinny.wu

Merge branch 'master' of http://git.yoho.cn/ops/monitor-ui

@@ -10,9 +10,9 @@ public class ProjectEnvironment { @@ -10,9 +10,9 @@ public class ProjectEnvironment {
10 private static Map<String,String> map = new HashMap<>(); 10 private static Map<String,String> map = new HashMap<>();
11 11
12 static{ 12 static{
13 - map.put("aws", "http://172.31.16.167:8083/web/");  
14 - map.put("qcloud","http://172.31.16.167:8083/web/");  
15 - map.put("qcloud_gray","http://172.31.16.167:8083/web/"); 13 + map.put("aws", "http://172.31.16.167:8883/web/");
  14 + map.put("qcloud","http://172.31.16.167:8883/web/");
  15 + map.put("qcloud_gray","http://172.31.16.167:8883/web/");
16 //map.put("test","http://192.168.102.220:8083/web/"); 16 //map.put("test","http://192.168.102.220:8083/web/");
17 //map.put("dev"); 17 //map.put("dev");
18 18