Explorar el Código

前端报错信息注销

EDZ hace 3 años
padre
commit
7422ca2bb6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/components/tools/HeaderNotice.vue

+ 2 - 2
src/components/tools/HeaderNotice.vue

@@ -118,9 +118,9 @@
       }
     },
     mounted() {
-      this.loadData();
+      // this.loadData();
       //this.timerFun();
-      this.initWebSocket();
+      // this.initWebSocket();
      // this.heartCheckFun();
     },
     destroyed: function () { // 离开页面生命周期函数