소스 검색

websocket代码屏蔽

chris 3 년 전
부모
커밋
fec4cc1c41
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/common/msg.vue

+ 3 - 3
src/views/common/msg.vue

@@ -39,9 +39,9 @@
           }
           that.dataForm = JSON.parse(event.data)
           console.log('dataForm = ' + that.dataForm)
-          if (!that.visible) {
-            that.visible = true
-          }
+          // if (!that.visible) {
+          //   that.visible = true
+          // }
         }
       })
     },