cauto 2 years ago
parent
commit
a79b18b454
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/view/index/index.vue

+ 1 - 0
src/view/index/index.vue

@@ -108,6 +108,7 @@ export default defineComponent({
                  nodeStatusT.Avgdelay = data.data.NodeItme[i].PingLog[j].avgdelay
                  nodeStatusT.CreateAt = data.data.NodeItme[i].PingLog[j].createAt
                  nodeStatusT.Serverid = data.data.NodeItme[i].PingLog[j].serverid
+                 break
                }
              }
              state.nodeItme.push(nodeStatusT)