Commit a5f40098 a5f400980f5c76dd9ad41ffbb18e2be586b7decf by 金学艇

修改四川服务器地址

1 parent a41fc0f8
...@@ -52,8 +52,8 @@ cc.Class({ ...@@ -52,8 +52,8 @@ cc.Class({
52 OFFICIAL_PLATFORM_IP: 'http://139.196.192.33/', 52 OFFICIAL_PLATFORM_IP: 'http://139.196.192.33/',
53 TEST_PLATFORM_IP: 'http://139.196.192.242:8081/', 53 TEST_PLATFORM_IP: 'http://139.196.192.242:8081/',
54 54
55 TOPDRAW_API_SERVER: 'sichuan-cmcc.api.forfun.topdraw.cn:8080/clutch/forfun/', 55 TOPDRAW_API_SERVER: 'http://sichuan-cmcc.api.forfun.topdraw.cn:8080/clutch/forfun/',
56 TOPDRAW_IMAGE_SERVER: 'sichuan-cmcc.api.forfun.topdraw.cn:8080/clutch/forfun/', 56 TOPDRAW_IMAGE_SERVER: 'http://sichuan-cmcc.api.forfun.topdraw.cn:8080/clutch/forfun/',
57 57
58 TOPDRAW_LOG_SERVER: 'http://139.196.37.202/sparrow.resource/', 58 TOPDRAW_LOG_SERVER: 'http://139.196.37.202/sparrow.resource/',
59 // BI_BASE_PATH : 'http://139.196.192.242:81/1.gif', 59 // BI_BASE_PATH : 'http://139.196.192.242:81/1.gif',
......