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);