Explorar el Código

im.client.js 172.19.103.72

chenyue hace 6 años
padre
commit
278234e710
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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";
}
/**