fix:修改接口层级
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user