Explorar el Código

去掉即时消息

Shannon_mu hace 1 año
padre
commit
9bcc016520
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      energyManagement/src/components/common/Header.vue

+ 1 - 1
energyManagement/src/components/common/Header.vue

@@ -252,7 +252,7 @@ export default {
             this.getUserInfo(resolve);
         }).then((_) => {
             let id = this.$store.state.cruUserInfo.id;
-            this.initWebSocket(id);
+            // this.initWebSocket(id);
             this.getMessageList();
             this.getUnreadNumber();
         });