新增 业务拓扑相关

This commit is contained in:
zxr
2026-06-29 21:47:46 +08:00
parent 2107f77081
commit 8f3dd3e43e
11 changed files with 1955 additions and 14 deletions

View File

@@ -108,6 +108,22 @@ export const localMenuFlatItems: MenuItem[] = [
hide_menu: true,
created_at: '2026-06-25T10:00:00+08:00',
},
{
id: 12063,
identity: '019ca000-0001-7000-8000-000000000063',
title: '业务拓扑',
title_en: 'Business Topology',
code: 'ops:业务系统视图:业务拓扑',
description: '业务依赖、资源链路、影响范围和时间线拓扑',
app_id: 2,
parent_id: 12060,
menu_path: '/business-topology',
component: 'ops/pages/business-topology',
menu_icon: 'Cluster',
type: 1,
sort_key: 4.5,
created_at: '2026-06-29T10:00:00+08:00',
},
{
id: 16,
identity: '019b591d-00f4-73a0-bbdb-aa7da79ed390',

View File

@@ -130,6 +130,23 @@ export const localMenuItems: MenuItem[] = [
created_at: '2026-06-25T10:00:00+08:00',
children: [],
},
{
id: 12063,
identity: '019ca000-0001-7000-8000-000000000063',
title: '业务拓扑',
title_en: 'Business Topology',
code: 'ops:业务系统视图:业务拓扑',
description: '业务依赖、资源链路、影响范围和时间线拓扑',
app_id: 2,
parent_id: 12060,
menu_path: '/business-topology',
component: 'ops/pages/business-topology',
menu_icon: 'Cluster',
type: 1,
sort_key: 3,
created_at: '2026-06-29T10:00:00+08:00',
children: [],
},
{
id: 12062,
identity: '019ca000-0001-7000-8000-000000000062',

View File

@@ -68,6 +68,17 @@ const OPS: AppRouteRecordRaw = {
hideInMenu: true,
},
},
{
path: 'business-topology',
alias: ['/business-topology'],
name: 'OpsBusinessTopology',
component: () => import('@/views/ops/pages/business-topology/index.vue'),
meta: {
locale: 'menu.ops.businessTopology',
requiresAuth: true,
roles: ['*'],
},
},
{
path: 'big-screen',
name: 'OpsBigScreen',