fix: 初验针对修改

This commit is contained in:
zxr
2026-09-09 16:43:43 +08:00
parent a6a6198eaa
commit 781d1af337
179 changed files with 8533 additions and 15030 deletions

View File

@@ -45,7 +45,7 @@ export const localMenuFlatItems: MenuItem[] = [
type: 1,
sort_key: 3,
is_web_page: true,
web_url: 'https://ops2.apinb.com/view/#/project/items',
web_url: '/view/#/project/items',
created_at: '2025-12-26T13:23:51.644296+08:00',
},
{
@@ -60,7 +60,7 @@ export const localMenuFlatItems: MenuItem[] = [
type: 1,
sort_key: 4,
is_web_page: true,
web_url: 'https://ops2.apinb.com/view/#/project/management',
web_url: '/view/#/project/management',
created_at: '2026-01-25T10:44:15.33024+08:00',
},
{
@@ -349,21 +349,6 @@ export const localMenuFlatItems: MenuItem[] = [
sort_key: 17,
created_at: '2025-12-26T13:23:51.938825+08:00',
},
{
id: 32,
identity: '019b591d-01f3-7698-9aad-9f9dbb3be203',
title: 'URL监控',
title_en: 'URL Monitoring',
code: 'ops:综合监控:url监控',
description: '综合监控 - URL监控',
app_id: 2,
parent_id: 23,
menu_path: '/monitor/url',
menu_icon: 'appstore',
type: 1,
sort_key: 18,
created_at: '2025-12-26T13:23:51.923432+08:00',
},
{
id: 34,
identity: '019b591d-0210-7e32-ad40-ebbf2f48282f',

View File

@@ -78,7 +78,7 @@ export const localMenuItems: MenuItem[] = [
type: 1,
sort_key: 2,
is_web_page: true,
web_url: 'https://ops2.apinb.com/view/#/project/items',
web_url: '/view/#/project/items',
created_at: '2025-12-26T13:23:51.644296+08:00',
children: [],
},
@@ -94,7 +94,7 @@ export const localMenuItems: MenuItem[] = [
type: 1,
sort_key: 2,
is_web_page: true,
web_url: 'https://ops2.apinb.com/view/#/project/management',
web_url: '/view/#/project/management',
created_at: '2026-01-25T10:44:15.33024+08:00',
children: [],
},
@@ -182,22 +182,6 @@ export const localMenuItems: MenuItem[] = [
created_at: '2026-06-25T10:00:00+08:00',
children: [],
},
{
id: 12090,
identity: '019ca000-0001-7000-8000-000000000090',
title: '自动化处置',
title_en: 'Automation',
code: 'ops:自动化处置',
description: '自动化脚本、审批、执行、回滚和审计记录',
app_id: 2,
menu_path: '/automation',
component: 'ops/pages/automation',
menu_icon: 'Thunderbolt',
type: 1,
sort_key: 2,
created_at: '2026-06-25T10:00:00+08:00',
children: [],
},
{
id: 16,
identity: '019b591d-00f4-73a0-bbdb-aa7da79ed390',
@@ -327,10 +311,10 @@ export const localMenuItems: MenuItem[] = [
{
id: 12022,
identity: '019c7100-0001-7000-8000-000000000022',
title: '采集健康度',
title_en: 'Collection Health',
code: 'ops:综合监控:采集健康度',
description: '综合监控 - 采集任务最近状态与失败原因',
title: '平台运行状态',
title_en: 'Platform Status',
code: 'ops:综合监控:平台运行状态',
description: '综合监控 - 服务就绪、依赖、调度、队列和磁盘状态',
app_id: 2,
parent_id: 23,
menu_path: '/monitor/collection-health',
@@ -456,22 +440,6 @@ export const localMenuItems: MenuItem[] = [
created_at: '2025-12-26T13:23:51.938825+08:00',
children: [],
},
{
id: 32,
identity: '019b591d-01f3-7698-9aad-9f9dbb3be203',
title: 'URL监控',
title_en: 'URL Monitoring',
code: 'ops:综合监控:url监控',
description: '综合监控 - URL监控',
app_id: 2,
parent_id: 23,
menu_path: '/monitor/url',
menu_icon: 'appstore',
type: 1,
sort_key: 5,
created_at: '2025-12-26T13:23:51.923432+08:00',
children: [],
},
{
id: 34,
identity: '019b591d-0210-7e32-ad40-ebbf2f48282f',

View File

@@ -12,6 +12,18 @@ const OPS: AppRouteRecordRaw = {
order: 3,
},
children: [
{
path: 'device-overview/:resource_uid',
alias: ['/device-overview/:resource_uid'],
name: 'OpsDeviceOverview',
component: () => import('@/views/ops/pages/dc/device-overview/index.vue'),
meta: {
locale: '设备监控概览',
requiresAuth: true,
roles: ['*'],
hideInMenu: true,
},
},
{
path: 'resource-context',
alias: ['/resource-context'],
@@ -138,17 +150,6 @@ const OPS: AppRouteRecordRaw = {
roles: ['*'],
},
},
{
path: 'automation',
alias: ['/automation'],
name: 'OpsAutomation',
component: () => import('@/views/ops/pages/automation/index.vue'),
meta: {
locale: 'menu.ops.automation',
requiresAuth: true,
roles: ['*'],
},
},
// {
// path: 'menu-management',
// name: 'MenuManagement',