fix:修改接口层级

This commit is contained in:
zhaohy
2024-07-19 16:22:15 +08:00
parent ecdcd900d3
commit c9e283c3c8
17 changed files with 42 additions and 43 deletions

View File

@@ -43,25 +43,25 @@ const alarmManagement = {
},
],
},
// {
// path: 'gatewayAlarm',
// name: 'GatewayAlarm',
// meta: { title: '网关告警', hideChildren: true, icon: 'gaojingguanli' },
// component: Base,
// redirect: { name: 'GatewayAlarmIndex' },
// children: [
// {
// path: 'index',
// name: 'GatewayAlarmIndex',
// component: () => import('/@/view/alarmManagement/gatewayAlarm/index.vue'),
// meta: {
// title: '网关告警',
// keepAlive: false,
// // backApi: [],
// },
// },
// ],
// },
{
path: 'gatewayAlarm',
name: 'GatewayAlarm',
meta: { title: '网关告警', hideChildren: true, icon: 'gaojingguanli' },
component: Base,
redirect: { name: 'GatewayAlarmIndex' },
children: [
{
path: 'index',
name: 'GatewayAlarmIndex',
component: () => import('/@/view/alarmManagement/gatewayAlarm/index.vue'),
meta: {
title: '网关告警',
keepAlive: false,
// backApi: [],
},
},
],
},
{
path: 'alarmSettings',
name: 'AlarmSettings',