This commit is contained in:
xuziqiang
2024-07-23 14:39:56 +08:00
16 changed files with 940 additions and 74 deletions

View File

@@ -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',