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)); } /**查询全部网元数据列表 */