From 6969669027e14b30afdd567de5b9ef615f711d42 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 10 Dec 2024 10:25:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8B=93=E6=89=91=E7=BD=91=E5=85=83?= =?UTF-8?q?=E7=8A=B6=E6=80=8115s=E4=B8=80=E4=B8=AA=E5=91=A8=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/topology/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/monitor/topology/index.vue b/src/views/monitor/topology/index.vue index 2e30e98c..fdb9d274 100644 --- a/src/views/monitor/topology/index.vue +++ b/src/views/monitor/topology/index.vue @@ -50,6 +50,7 @@ async function fnGetState() { graphG6.value.setItemState(neShape, 'neState', ne.serverState.online); } } + await new Promise(resolve => setTimeout(resolve, 15_000)); } /**查询全部网元数据列表 */