Browse Source

websockt 地址

李帅 3 months ago
parent
commit
ca55686e8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/components/header/chat.vue

+ 1 - 1
src/layout/components/header/chat.vue

@@ -348,7 +348,7 @@ export default {
348 348
       this.initList(index)
349 349
     },
350 350
     initWebSocket() {
351
-      this.ws = new WebSocket('ws://192.168.3.21:8002/ws')
351
+      this.ws = new WebSocket('ws://39.105.121.97:8002/ws')
352 352
       this.ws.onopen = () => {
353 353
         this.ws.send(
354 354
           "[LOGIN][" + new Date().getTime() + "][" + store.state.user.id + "][" + this.patientId + "][" + 1 + "]"