Browse Source

report time

scorpio 2 years ago
parent
commit
efcdd1905e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/layout/top.vue

+ 1 - 0
src/layout/top.vue

@@ -217,6 +217,7 @@ export default {
     websocketonmessage(e) {
       console.log(e.data)
       // 收到服务器信息,心跳重置
+      this.msgCount = this.msgCount + 1
       this.reset()
     },
     websocketsend(Data) {