Explorar o código

去掉即时消息

Shannon_mu hai 1 ano
pai
achega
9bcc016520
Modificáronse 1 ficheiros con 1 adicións e 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();
         });