From 06503fd07944b769af0c30dbac536a4b73d6e47d Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 9 Aug 2024 19:46:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8B=93=E6=89=91=E5=9B=BE=E7=BB=84?= =?UTF-8?q?=E5=90=8D=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/overview/hooks/useTopology.ts | 2 +- src/views/monitor/topologyArchitecture/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/overview/hooks/useTopology.ts b/src/views/dashboard/overview/hooks/useTopology.ts index ce173e88..64c01c68 100644 --- a/src/views/dashboard/overview/hooks/useTopology.ts +++ b/src/views/dashboard/overview/hooks/useTopology.ts @@ -22,7 +22,7 @@ export const notNeNodes = [ /**图状态 */ export const graphState = reactive>({ /**当前图组名 */ - group: '5GC System Architecture5', + group: '5GC System Architecture', /**图数据 */ data: { combos: [], diff --git a/src/views/monitor/topologyArchitecture/index.vue b/src/views/monitor/topologyArchitecture/index.vue index 551bdc8c..ecb17082 100644 --- a/src/views/monitor/topologyArchitecture/index.vue +++ b/src/views/monitor/topologyArchitecture/index.vue @@ -34,7 +34,7 @@ const graphG6Dom = ref(undefined); /**图状态 */ const graphState = reactive>({ /**当前图组名 */ - group: '5GC System Architecture5', + group: '5GC System Architecture', /**图数据 */ data: { combos: [],