浏览代码

websockt 地址

李帅 3 月之前
父节点
当前提交
ca55686e8d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 + "]"