fix: 拓扑架构图调整

This commit is contained in:
TsMask
2024-01-29 15:17:11 +08:00
parent 1613695d4a
commit e3f206b541
2 changed files with 17 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ const graphG6Dom = ref<HTMLElement | undefined>(undefined);
/**图状态 */
const graphState = reactive<Record<string, any>>({
/**当前图组名 */
group: '5GC System Architecture3',
group: '5GC System Architecture5',
/**图数据 */
data: {
combos: [],
@@ -39,7 +39,7 @@ const graphState = reactive<Record<string, any>>({
});
/**非网元元素 */
const notNeNodes = ['5GC', 'DN', 'UE', 'Base', "lan"];
const notNeNodes = ['5GC', 'DN', 'UE', 'Base', "lan", "lan1", "lan2", "lan3", "lan4", "lan5", "lan6", "lan7"];
/**图实例对象 */
const graphG6 = ref<any>(null);