HolyKnightIX před 1 rokem
rodič
revize
4b379e5625
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/views/realTimeChat/realTimeChat.vue

+ 2
- 2
src/views/realTimeChat/realTimeChat.vue Zobrazit soubor

@@ -130,8 +130,8 @@ export default {
},

socketOnLink() {
const url = "wss://mtest.metavatar.cc/webrtc";
// const url = document.location.host;
// const url = "wss://mtest.metavatar.cc/webrtc";
const url = document.location.host;
this.socket = new WebSocket(url);

this.socket.onopen = (success) => {


Načítá se…
Zrušit
Uložit