Commit bf4fe6f3 authored by 王亚晖's avatar 王亚晖

提交被覆盖文件

parent 556ace84
......@@ -174,11 +174,11 @@ const routes = [
title: '能耗排名'
}
},{
path: '/EnergyView',
name: 'EnergyViewPage',
component: () => import('@/views/HandlerPage/EnergyViewPage.vue'),
path: '/Handler/EnerpriseEnergyView',
name: 'EnerpriseEnergyView',
component: () => import('@/views/HandlerPage/EnerpriseEnergyView.vue'),
meta: {
title: '供热站趋势图'
title: '企业趋势图'
}
},{
path: '/Handler/TransferEnergyView',
......@@ -187,6 +187,13 @@ const routes = [
meta: {
title: '换热站趋势图'
}
},{
path: '/Handler/QOQView',
name: 'QOQView',
component: () => import('@/views/HandlerPage/QOQ.vue'),
meta: {
title: '用量环比'
}
},{
path: '/HeatAnalysis',
name: 'HeatAnalysisPage',
......@@ -453,4 +460,4 @@ router.beforeEach(async (to, from, next) => {
// })
// 共享路由实例对象
export default router
export default router
\ No newline at end of file
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