Browse Source

问题修改

SunZehao 1 month ago
parent
commit
07764f2fa4
1 changed files with 1 additions and 1 deletions
  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);