Parcourir la source

im.client.js 172.19.103.72

chenyue il y a 6 ans
Parent
commit
278234e710
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      js/im.client.js

+ 4 - 4
js/im.client.js

@ -11,11 +11,11 @@ var imServer = "",
var imTimeOut = 20000;
if(publish_version){
    imServer = "http://27.155.101.77:3000/api/v2";
    socketUrl = "http://27.155.101.77:3000";
    imServer = "http://172.19.103.72:3000/api/v2";
    socketUrl = "http://172.19.103.72:3000";
}else{
    imServer = "http://172.19.103.88:3000/api/v2";
    socketUrl = "http://172.19.103.88:3000";
    imServer = "http://172.19.103.72:3000/api/v2";
    socketUrl = "http://172.19.103.72:3000";
}
/**