lincl 5 years ago
parent
commit
9828e2d6c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Main.vue

+ 1 - 1
src/Main.vue

@ -76,7 +76,7 @@ export default {
    socket2.on("syncServerHost", data => {
      console.log("syncServerHost", data);
      ajaxUrl.socketUrl = "https://" + data.server_host + ":443";
      ajaxUrl.socketUrl = "https://" + data.server_host + ":" + data.port;
      ajaxUrl.imServer =
        "https://" + data.server_host + ":" + data.port + "/api/v2";
      //ajaxUrl.videoScoketUrl = data.server_host + ":8443/groupcall";