瀏覽代碼

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
+          // }
         }
       })
     },