Explorar o código

websocket代码屏蔽

chris %!s(int64=3) %!d(string=hai) anos
pai
achega
fec4cc1c41
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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
+          // }
         }
       })
     },