From fa96c33972b5a69b3dce04400037d57bedf47e7e Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 25 Jan 2024 18:12:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8B=93=E6=89=91=E8=A1=A5=E5=85=85lan?= =?UTF-8?q?=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/overview/components/Topology/index.vue | 2 +- src/views/monitor/topologyArchitecture/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/overview/components/Topology/index.vue b/src/views/dashboard/overview/components/Topology/index.vue index 295075ce..0e3e2bed 100644 --- a/src/views/dashboard/overview/components/Topology/index.vue +++ b/src/views/dashboard/overview/components/Topology/index.vue @@ -39,7 +39,7 @@ const graphG6Dom = ref(undefined); // }); /**非网元元素 */ -const notNeNodes = ['5GC', 'DN', 'UE', 'Base']; +const notNeNodes = ['5GC', 'DN', 'UE', 'Base', "lan"]; /**图实例对象 */ const graphG6 = ref(null); diff --git a/src/views/monitor/topologyArchitecture/index.vue b/src/views/monitor/topologyArchitecture/index.vue index 8db11cff..c23f626b 100644 --- a/src/views/monitor/topologyArchitecture/index.vue +++ b/src/views/monitor/topologyArchitecture/index.vue @@ -39,7 +39,7 @@ const graphState = reactive>({ }); /**非网元元素 */ -const notNeNodes = ['5GC', 'DN', 'UE', 'Base']; +const notNeNodes = ['5GC', 'DN', 'UE', 'Base', "lan"]; /**图实例对象 */ const graphG6 = ref(null);