Commit 99afe1eb authored by xuhaoze's avatar xuhaoze

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/router/index.js
parents 3db85e82 b35a2d0b
...@@ -384,7 +384,7 @@ const routes = [ ...@@ -384,7 +384,7 @@ const routes = [
{ {
path: '/Scheduling/AnnualParam', path: '/Scheduling/AnnualParam',
name: 'AnnualParamPage', name: 'AnnualParamPage',
component:()=>import('@/views/SchedulingPage/AnnualParamPage.vue'), component: () => import('@/views/SchedulingPage/AnnualParamPage.vue'),
meta: { meta: {
title: '年度参数' title: '年度参数'
} }
...@@ -405,86 +405,104 @@ const routes = [ ...@@ -405,86 +405,104 @@ const routes = [
meta: { meta: {
title: '天气工况管理' title: '天气工况管理'
} }
}, {
path: '/Scheduling/InstantHeat',
name: 'InstantHeatPage',
component: () => import('@/views/SchedulingPage/InstantHeatPage.vue'),
meta: {
title: '瞬时热量对比配置'
}
} }
<<<<<<< HEAD
=======
},{
path: '/Scheduling/InstantHeat',
name: 'InstantHeatPage',
component: () => import('@/views/SchedulingPage/InstantHeatPage.vue'),
meta: {
title: '瞬时热量对比配置'
}
},
{
path: '/Scheduling/WindManage',
name: 'Phenomenon',
component: () => import('../views/SchedulingPage/WindManagePage.vue'),
meta: {
title: '风力配置管理'
}
}
>>>>>>> 21138bfaa9093e9c1562a373e453c9b1618084d9
] ]
}, },
{ {
path: '/About', path: '/About',
name: "/About", name:
component: AboutPage "/About",
}, component:
AboutPage
}
,
{ {
path: '/GisHome', path: '/GisHome',
name: '/GisHome', name:
component: () => import('@/views/Gis/screenDisplay.vue'), '/GisHome',
meta: { component:
title: '地图' () => import('@/views/Gis/screenDisplay.vue'),
} meta:
}, {
//捕获404路由 title: '地图'
}
}
,
//捕获404路由
{ {
path: '/:pathMatch(.*)*', path: '/:pathMatch(.*)*',
name: 'NotFound', name:
component: () => import('@/views/404.vue') 'NotFound',
}, component:
() => import('@/views/404.vue')
}
,
{ {
path: '/TransferArt', path: '/TransferArt',
name: '/TransferArt', name:
component: () => import('@/components/art/TransferArt.vue'), '/TransferArt',
meta: { component:
title: '换热站工艺图' () => import('@/components/art/TransferArt.vue'),
} meta:
}, {
title: '换热站工艺图'
}
}
,
{ {
path: '/BoilerArt', path: '/BoilerArt',
name: '/BoilerArt', name:
component: () => import('@/components/art/BoilerArt.vue'), '/BoilerArt',
meta: { component:
title: '锅炉工艺图' () => import('@/components/art/BoilerArt.vue'),
} meta:
}, {
title: '锅炉工艺图'
}
}
,
{ {
path: '/AllBoilerArt', path: '/AllBoilerArt',
name: 'AllBoilerArt', name:
component: () => import('@/components/art/AllBoilerArt.vue'), 'AllBoilerArt',
meta: { component:
title: '锅炉全景工艺图' () => import('@/components/art/AllBoilerArt.vue'),
} meta:
}, {
title: '锅炉全景工艺图'
}
}
,
{ {
path: '/MeasurementArt', path: '/MeasurementArt',
name: 'MeasurementArt', name:
component: () => import('@/components/art/MeasurementArt.vue'), 'MeasurementArt',
meta: { component:
title: '计量站全景工艺图' () => import('@/components/art/MeasurementArt.vue'),
} meta:
}, {
title: '计量站全景工艺图'
}
}
,
{ {
path: '/Visualizations', path: '/Visualizations',
name: 'Visualizations', name:
component: () => import('@/views/Visualizations/index.vue'), 'Visualizations',
meta: { component:
title: '可视化' () => import('@/views/Visualizations/index.vue'),
} meta:
{
title: '可视化'
}
} }
] ]
......
<template>
生产与结算数据分析表
</template>
\ No newline at end of file
<template>
年度参数管理
</template>
\ No newline at end of file
<template>
锅炉参数配置
</template>
\ No newline at end of file
<template>
能源消耗
</template>
\ No newline at end of file
<template>
瞬时热量对比配置
</template>
\ No newline at end of file
<template>
天气工况
</template>
\ No newline at end of file
<template>
气象干预
</template>
\ No newline at end of file
<template>
风力配置管理
</template>
\ 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