소스 검색

任务领取拒绝模式修改

王通 2 년 전
부모
커밋
847fe38555
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/vBottomMenu.vue

+ 1 - 0
src/components/vBottomMenu.vue

@@ -518,6 +518,7 @@
       if (this.websock) {
         clearInterval(this.setIntervalWesocketPush)
         this.websock.close()
+        this.weosocket = false
         this.websock = null
       }
     },