liming 4 ngày trước cách đây
mục cha
commit
5409badaeb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/stores/modules/webSocketStore.js

+ 1 - 1
src/stores/modules/webSocketStore.js

@@ -142,7 +142,7 @@ export const useWebSocketStore = defineStore("webSocketStore", {
 
       this.peer = new RTCPeerConnection();
       this.socket = new WebSocket(
-        `ws://nim.angeltokens.io/api/v1/socket.io?user=${userUuid}`
+        `wss://nim.angeltokens.io/api/v1/socket.io?user=${userUuid}`
       );
       // 连接成功
       this.socket.onopen = () => {