import htbComponent from '@/components/common/TabsComponent.vue' export default [ /* 空菜单 */ { path: 'empty', name: 'empty', component: () => import('@/views/empty.vue'), meta: { anonymous: true } }, /* 基础数据 ---- 团队备案管理 */ { path: 'TeamFilingManage', name: 'TeamFilingManage', component: () => import('@/views/BasicData/TeamFilingManage.vue') }, /* 基础数据 ---- 个人登记 */ { path: 'memberRegister', name: 'memberRegister', component: () => import('@/views/BasicData/memberRegister.vue') }, /* 基础数据 ---- 行政区域管理 */ { path: 'AreaManage', name: 'AreaManage', component: () => import('@/views/BasicData/AreaManage.vue') }, /* 基础数据 ---- 智能设备管理 */ { path: 'IntelligentDeviceManage', name: 'IntelligentDeviceManage', component: () => import('@/views/BasicData/IntelligentDeviceManage.vue') }, /* 基础数据 ---- 广场地点管理 */ { path: 'PlazaLocationManage', name: 'PlazaLocationManage', component: () => import('@/views/BasicData/PlazaLocationManage.vue') }, /* 基础数据 ---- 噪音分类管理 */ { path: 'NoiseClassifyManage', name: 'NoiseClassifyManage', component: () => import('@/views/BasicData/NoiseClassifyManage.vue') }, /* 基础数据 ---- 噪音分级管理 */ { path: 'NoiseLevelManage', name: 'NoiseLevelManage', component: () => import('@/views/BasicData/NoiseLevelManage.vue') }, /* 登记管理 ---- 事件登记 */ { path: 'EventRegistration', name: 'EventRegistration', component: () => import('@/views/RegistrationManage/EventRegistration.vue') }, /* 登记管理 ---- 事件管理 */ { path: 'EventManage', name: 'EventManage', component: () => import('@/views/RegistrationManage/EventManage.vue') }, /* 事件中心 ---- 事件分析 */ { path: 'eventAnalyse', name: 'eventAnalyse', component: () => import('@/views/RegistrationManage/eventAnalyse.vue') }, /* 待办处置 ---- 待办事件 */ { path: 'TodoEvents', name: 'TodoEvents', component: () => import('@/views/PendingDisposal/TodoEvents.vue') }, /* 待办处置 ---- 存续事件 */ { path: 'SurvivalEvent', name: 'SurvivalEvent', component: () => import('@/views/PendingDisposal/SurvivalEvent.vue') }, /* 待办处置 ---- 事件更新记录 */ { path: 'SurvivalEventDetails', name: 'SurvivalEventDetails', component: () => import('@/views/PendingDisposal/components/SurvivalEventDetails.vue') }, /* 待办处置 ---- 已办事件 */ { path: 'CompletedEvents', name: 'CompletedEvents', component: () => import('@/views/PendingDisposal/CompletedEvents.vue') }, /* 待办处置 ---- 我的上报 */ { path: 'MyReport', name: 'MyReport', component: () => import('@/views/PendingDisposal/MyReport.vue') }, /* 待办处置 ---- 事件办结 */ { path: 'EventResolution', name: 'EventResolution', component: () => import('@/views/PendingDisposal/EventResolution.vue') }, /* 反馈归档 ---- 事件归档 */ { path: 'EventArchiving', name: 'EventArchiving', component: () => import('@/views/FeedbackArchiving/EventArchiving.vue') }, /* 反馈归档 ---- 黑名单管理 */ { path: 'BlacklistManage', name: 'BlacklistManage', component: () => import('@/views/FeedbackArchiving/BlacklistManage.vue') }, /* 反馈归档 ---- 高频地点管理 */ { path: 'HighFrequencyLocationManage', name: 'HighFrequencyLocationManage', component: () => import('@/views/FeedbackArchiving/HighFrequencyLocation.vue') }, /* 反馈归档 ---- 事件中心 */ { path: 'EventCenter', name: 'EventCenter', component: () => import('@/views/FeedbackArchiving/EventCenter.vue') }, /* 综合考核 ---- 考核设置 */ { path: 'examineSetting', name: 'examineSetting', component: () => import('@/views/Comprehensive/examineSetting.vue') }, { path: 'comprehensiveAssessment', name: 'comprehensiveAssessment', component: () => import('@/views/Comprehensive/comprehensiveAssessment.vue') }, ]