Browse Source

websocket代码屏蔽

chris 3 năm trước cách đây
mục cha
commit
fec4cc1c41
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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
+          // }
         }
       })
     },