济菏高速业务端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

331 lines
9.2 KiB

export default [
{
title: "首页",
name: "home",
position: "left",
path: "/home",
component: "Home/index.vue",
},
{
title: "路段感知",
name: "perception",
position: "left",
path: "/perception",
redirect: "",
children: [
{
title: "感知事件监测",
path: "/perception/eventDetection",
name: "perceptionEventDetection",
component: "perception/eventDetection/index.vue",
},
{
title: "交通流监测",
path: "/perception/trafficFlow",
name: "perceptionTrafficFlow",
component: "perception/trafficFlow/index.vue",
},
{
title: "交通气象监测",
path: "/perception/meteorologyCheck",
name: "perceptionMeteorologyCheck",
component: "perception/meteorologyCheck/index.vue",
},
{
title: "交通态势分析",
path: "/perception/trafficSituation",
name: "perceptionTrafficSituation",
component: "perception/trafficSituation/index.vue",
},
{
title: "预警记录",
path: "/perception/noStakeWaning",
name: "perceptionNoStakeWaning",
component: "perception/noStakeWaning/index.vue",
}
],
},
{
title: "路网管控",
name: "control",
path: "/control",
position: "left",
redirect: "controlEvent",
children: [
{
title: "事件管控",
name: "controlEvent",
path: "/control/event",
redirect: "controlEventDispatch",
children: [
{
title: "调度记录",
path: "/control/event/dispatch",
name: "controlEventDispatch",
component: "control/event/dispatch/index.vue",
},
{
title: "事件列表",
path: "/control/Event/Event",
name: "controlEventEvent",
component: "control/event/event/index.vue",
},
{
title: "事件预案",
path: "/control/event/plan",
name: "controlEventPlan",
component: "control/event/plan/index.vue",
},
{
title: "业务数据管理",
path: "/control/event/businessDataManagement",
name: "businessDataManagement",
component: "control/event/businessDataManagement/index.vue",
},
{
title: "应急过程管理",
path: "/control/event/emergencyProcessManagement",
name: "emergencyProcessManagement",
component: "control/event/emergencyProcessManagement/index.vue",
},
// {
// title: "指挥调度",
// path: "/control/event/commandDispatch",
// name: "commandDispatch",
// component: "control/event/commandDispatch/index.vue",
// },
{
title: "管控事件分析",
path: "/control/event/governanceAnalysis",
name: "governanceAnalysis",
component: "control/event/governanceAnalysis/index.vue",
},
],
},
{
title: "设备管控",
name: "controlDevice",
path: "/control/device",
redirect: "controlDeviceStrategy",
children: [
{
title: "管控策略",
path: "/control/device/strategy",
name: "controlDeviceStrategy",
component: "control/device/strategy/index.vue",
}, {
title: "管控记录",
path: "/control/device/record",
name: "controlDeviceRecord",
component: "control/device/record/index.vue",
},
],
},
{
title: "扫码报警",
name: "controlQR",
path: "/control/qrCode",
component: "control/qrCode/index.vue",
},
{
title: "非机预警",
name: "controlManual",
children: [
{
title: "事件列表",
name: "controlManualEvents",
path: "/control/manual/events",
component: "control/manual/events/index.vue",
},
{
title: "统计分析",
name: "controlManualStatistic",
path: "/control/manual/statistic",
component: "control/manual/statistic/index.vue",
},
],
},
],
},
{
title: "养护运营",
name: "maintain",
position: "left",
path: "/maintain",
children: [
{
title: "收费运营",
name: "fee",
path: "/maintain/fee",
component: "maintenanceOperations/chargeableOperations/index.vue",
},
{
title: "智能养护",
name: "smart",
children: [
{
title: "设备在线分析",
name: "smartStatistic",
path: "/maintain/smart/statistic",
component:
"maintenanceOperations/smart/statisticalAnalysis/index.vue",
},
{
title: "网络拓扑",
name: "smartTopology",
path: "/maintain/smart/topology",
component: "maintenanceOperations/smart/topology/index.vue",
},
{
title: "设备管理",
name: "smartDeviceMange",
path: "/maintain/smart/manage",
component: "maintenanceOperations/smart/manage/index.vue",
},
{
title: "设备数据分析",
name: "deviceDataAnalysis",
path: "/maintain/smart/analysis",
component: "maintenanceOperations/smart/analysis/index.vue",
},
{
title: "设备异常管理",
name: "deviceAbnormal",
path: "/maintain/smart/abnormal",
component: "maintenanceOperations/smart/abnormal/index.vue",
},
{
title: "离网光伏供电",
name: "solar",
path: "/maintain/solar",
component: "maintenanceOperations/solar/index.vue",
},
],
},
{
title: "桥梁监测",
name: "photovoltaic",
path: "/maintain/photovoltaic",
component: "developing.vue",
},
],
},
{
title: "公众服务",
name: "service",
position: "right",
path: "/service",
redirect: "serviceBoard",
children: [
{
title: "情报板发布",
name: "serviceBoard",
path: "/service/board",
component: "service/board/index.vue",
},
// {
// title: "情报板记录",
// name: "boardRecord",
// path: "/service/boardRecord",
// component: "service/boardRecord/index.vue",
// },
{
title: "敏感词",
name: "sensitive",
path: "/service/sensitive",
component: "service/sensitive/index.vue",
},
{
title: "语音广播发布",
name: "broadcast",
path: "/service/broadcast",
component: "service/broadcast/index.vue",
},
// {
// title: "发布渠道管理",
// name: "PublishingChannelManagement",
// path: "/service/PublishingChannelManagement",
// component: "service/PublishingChannelManagement/index.vue",
// },
{
title: "信息发布管理",
name: "InformationReleaseManagement",
path: "/service/InformationReleaseManagement",
component: "service/InformationReleaseManagement/index.vue",
},
{
title: "公众服务统计",
name: "publicService",
path: "/service/publicService",
component: "service/publicService/index.vue",
},
],
},
{
title: "数据可视化",
name: "datav",
position: "right",
path: "/datav",
redirect: "digitalTollStation",
children: [
// {
// title: "数字路网",
// name: "digitalRoadNetwork",
// path: "/datav/digitalRoadNetwork",
// component: "datav/digitalRoadNetwork/index.vue",
// },
{
title: "数字收费站",
name: "digitalTollStation",
path: "/datav/digitalTollStation",
component: "datav/digitalTollStation/index.vue",
},
{
title: "GIS+BIM可视化",
name: "gisAndBim",
path: "/datav/gisAndBim",
component: "datav/gisAndBim/index.vue",
},
// {
// title: "数字路网",
// name: "maintainQuery",
// path: "/datav/maintainQuery",
// component: "datav/maintainQuery/index.vue",
// },
{
title: "数字路网",
name: "roadNet",
path: "/datav/roadNet",
component: "datav/roadNet/index.vue",
hide: true,
},
{
title: "高速云数据分析",
name: "dataAnalysis",
path: "/service/analysis",
component: "service/analysis/index.vue",
},
],
},
{
title: "安全生产",
name: "safe",
position: "right",
path: "/safe",
children: [
{
title: "文件管理",
name: "safeFiles",
path: "/safe/safeFiles",
component: "safe/files/index.vue",
},
]
},
{
title: "系统管理",
name: "system",
position: "right",
path: "/system",
component: "developing.vue",
},
];