Browse Source

问题修改

SunZehao 1 tháng trước cách đây
mục cha
commit
07764f2fa4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/alarm-badge/index.vue

+ 1 - 1
src/components/alarm-badge/index.vue

@@ -533,7 +533,7 @@ export default {
     // websocket启动
     createWebSocket1() {
       //   let webSocketLink = `ws://192.168.1.102:6014/websocket/${this.$store.state.user.userId}_${this.$store.state.user.authToken}`;
-      let webSocketLink1 = `ws://10.220.1.11:6014/websocket/nxf_${this.$store.state.user.authToken}`; // webSocket地址
+      let webSocketLink1 = `ws://10.220.1.11:6015/websocket/nxf_${this.$store.state.user.authToken}`; // webSocket地址
       try {
         if ("WebSocket" in window) {
           this.socketObj1 = new WebSocket(webSocketLink1);