소스 검색

前端报错信息注销

EDZ 3 년 전
부모
커밋
7422ca2bb6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 () { // 离开页面生命周期函数