fix: 拓扑补充lan节点
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user