|
|
|
@ -75,17 +75,52 @@ export const constantRoutes = [
|
|
|
|
|
// ]
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// path: '/eventList',
|
|
|
|
|
// component: Layout,
|
|
|
|
|
// redirect: 'eventList',
|
|
|
|
|
// children: [
|
|
|
|
|
// {
|
|
|
|
|
// path: '/eventList',
|
|
|
|
|
// component: () => import('@/views/eventList'),
|
|
|
|
|
// name: 'EventList',
|
|
|
|
|
// meta: { title: '算法事件列表', icon: '', affix: true }
|
|
|
|
|
// },
|
|
|
|
|
// ]
|
|
|
|
|
// path: '/index',
|
|
|
|
|
// component: () => import('@/views/index'),
|
|
|
|
|
// name: 'Index',
|
|
|
|
|
// meta: { title: '算法运行监测', icon: '', affix: true }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/warningAppear',
|
|
|
|
|
// component: () => import('@/views/warningManage/warningAppear'),
|
|
|
|
|
// name: 'WarningAppear',
|
|
|
|
|
// meta: { title: '预警呈现', icon: '', affix: true }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/groupEvent',
|
|
|
|
|
// component: () => import('@/views/warningManage/warningAudit/groupEvent'),
|
|
|
|
|
// name: 'GroupEvent',
|
|
|
|
|
// meta: { title: '驾驶舱群体事件', icon: '', affix: true }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/instancyEvent',
|
|
|
|
|
// component: () => import('@/views/warningManage/warningAudit/instancyEvent'),
|
|
|
|
|
// name: 'InstancyEvent',
|
|
|
|
|
// meta: { title: '驾驶舱紧急事件', icon: '', affix: true }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/oneToManyEvent',
|
|
|
|
|
// component: () => import('@/views/warningManage/warningAudit/oneToManyEvent'),
|
|
|
|
|
// name: 'OneToManyEvent',
|
|
|
|
|
// meta: { title: '驾驶舱一人多诉事件', icon: '', affix: true }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/oneToOneEvent',
|
|
|
|
|
// component: () => import('@/views/warningManage/warningAudit/oneToOneEvent'),
|
|
|
|
|
// name: 'OneToOneEvent',
|
|
|
|
|
// meta: { title: '驾驶舱同人同诉事件', icon: '', affix: true }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/emphasisEvent',
|
|
|
|
|
// component: () => import('@/views/warningManage/warningAudit/emphasisEvent'),
|
|
|
|
|
// name: 'EmphasisEvent',
|
|
|
|
|
// meta: { title: '驾驶舱重点人员事件', icon: '', affix: true }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// path: '/similarity',
|
|
|
|
|
// component: () => import('@/views/warningManage/warningAudit/similarity'),
|
|
|
|
|
// name: 'Similarity',
|
|
|
|
|
// meta: { title: '驾驶舱相似同类事件', icon: '', affix: true }
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|