he wei
5 天以前 3c3576d5792bfabcef84979757ee344712e71cd3
src/router/modules/alarm.js
@@ -34,6 +34,24 @@
      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 }
    },
  ]
};