| | |
| | | name: 'pwrAlarm', |
| | | meta: { title: '电源实时告警', icon: 'alarm', noCache: false } |
| | | }, |
| | | { |
| | | path: 'batt-setting', |
| | | component: () => import('@/views/alarm/battSetting.vue'), |
| | | name: 'battSetting', |
| | | meta: { title: '电池告警参数设置', icon: 'alarm', noCache: false } |
| | | }, |
| | | { |
| | | path: 'power-setting', |
| | | component: () => import('@/views/alarm/powerSetting.vue'), |
| | | name: 'powerSetting', |
| | | meta: { title: '电源告警参数设置', icon: 'alarm', noCache: false } |
| | | }, |
| | | { |
| | | path: 'early-Warning-analysis', |
| | | component: () => import('@/views/alarm/earlyWarningAnalysis.vue'), |
| | | name: 'earlyWarningAnalysis', |
| | | meta: { title: '预警分析管理界面', icon: 'alarm', noCache: false } |
| | | }, |
| | | ] |
| | | }; |
| | | |