weirenchun 1 년 전
부모
커밋
bfdd105414
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/home/components/center.vue

+ 1 - 1
src/views/home/components/center.vue

@@ -113,7 +113,7 @@ export default {
     },
     initWebSocket() {
       // const wsuri = 'ws://127.0.0.1:18200/websocket/bigData001'
-      const wsuri = 'ws://prod.wutongshucloud.com/ws/websocket/bigData001'
+      const wsuri = 'ws://prod.wutongshucloud.com/bigws/websocket/bigData001'
       this.websock = new WebSocket(wsuri)
       this.websock.onmessage = this.websocketonmessage
       // 连接建立时触发