소스 검색

upload

dev
HolyKnightIX 1 년 전
부모
커밋
4b379e5625
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/views/realTimeChat/realTimeChat.vue

+ 2
- 2
src/views/realTimeChat/realTimeChat.vue 파일 보기

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


불러오는 중...
취소
저장