Parcourir la source

websocket代码屏蔽

chris il y a 3 ans
Parent
commit
fec4cc1c41
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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
+          // }
         }
       })
     },