add:设备告警网关告警对接 接口
This commit is contained in:
@@ -62,6 +62,25 @@ const alarmManagement = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'EnergyAlarm',
|
||||
name: 'EnergyAlarm',
|
||||
meta: { title: '能碳告警', hideChildren: true, icon: 'gaojingguanli' },
|
||||
component: Base,
|
||||
redirect: { name: 'EnergyAlarmIndex' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'EnergyAlarmIndex',
|
||||
component: () => import('/@/view/alarmManagement/energyAlarm/index.vue'),
|
||||
meta: {
|
||||
title: '能碳告警',
|
||||
keepAlive: false,
|
||||
// backApi: [],
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'alarmSettings',
|
||||
name: 'AlarmSettings',
|
||||
|
Reference in New Issue
Block a user