fix: 拓扑补充lan节点

This commit is contained in:
TsMask
2024-01-25 18:12:34 +08:00
parent e784b69985
commit fa96c33972
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ const graphG6Dom = ref<HTMLElement | undefined>(undefined);
// });
/**非网元元素 */
const notNeNodes = ['5GC', 'DN', 'UE', 'Base'];
const notNeNodes = ['5GC', 'DN', 'UE', 'Base', "lan"];
/**图实例对象 */
const graphG6 = ref<any>(null);

View File

@@ -39,7 +39,7 @@ const graphState = reactive<Record<string, any>>({
});
/**非网元元素 */
const notNeNodes = ['5GC', 'DN', 'UE', 'Base'];
const notNeNodes = ['5GC', 'DN', 'UE', 'Base', "lan"];
/**图实例对象 */
const graphG6 = ref<any>(null);