HolyKnightIX 1 yıl önce
ebeveyn
işleme
4b379e5625
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      src/views/realTimeChat/realTimeChat.vue

+ 2
- 2
src/views/realTimeChat/realTimeChat.vue Dosyayı Görüntüle

@@ -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) => {


Yükleniyor…
İptal
Kaydet