Commit 854c6ee2 authored by 王亚晖's avatar 王亚晖

修改路由

parent 70111bf1
......@@ -371,6 +371,55 @@ const routes = [
meta: {
title: '气象干预'
}
},{
path: '/Scheduling/EnergyManage',
name: 'EnergyManage',
component: () => import('@/views/Scheduling/EnergyManage.vue'),
meta: {
title: '能源消耗'
}
},{
path: '/Scheduling/AnalysisManage',
name: 'AnalysisManage',
component: () => import('@/views/Scheduling/AnalysisManage.vue'),
meta: {
title: '生产与结算数据分析表'
}
},{
path: '/Scheduling/ConfigBoiler',
name: 'ConfigBoiler',
component: () => import('@/views/Scheduling/ConfigBoiler.vue'),
meta: {
title: '锅炉参数配置'
}
},{
path: '/Scheduling/Phenomenon',
name: 'Phenomenon',
component: () => import('@/views/Scheduling/Phenomenon.vue'),
meta: {
title: '天气工况'
}
},{
path: '/Scheduling/InstantHeat',
name: 'InstantHeat',
component: () => import('@/views/Scheduling/InstantHeat.vue'),
meta: {
title: '瞬时热量对比配置'
}
},{
path: '/Scheduling/WindManage',
name: 'WindManage',
component: () => import('@/views/Scheduling/WindManage.vue'),
meta: {
title: '风力配置管理'
}
},{
path: '/Scheduling/AnnualParam',
name: 'AnnualParam',
component: () => import('@/views/Scheduling/AnnualParam.vue'),
meta: {
title: '年度参数管理'
}
}
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment