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

提交被覆盖文件

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