Commit 8d85d9c5 authored by 裴文涛's avatar 裴文涛

再次解决冲突

parent a2b5ec88
......@@ -384,7 +384,7 @@ const routes = [
{
path: '/Scheduling/AnnualParam',
name: 'AnnualParamPage',
component:()=>import('@/views/SchedulingPage/AnnualParamPage.vue'),
component: () => import('@/views/SchedulingPage/AnnualParamPage.vue'),
meta: {
title: '年度参数'
}
......@@ -405,10 +405,8 @@ const routes = [
meta: {
title: '天气工况管理'
}
}
<<<<<<< HEAD
=======
},{
}, {
path: '/Scheduling/InstantHeat',
name: 'InstantHeatPage',
component: () => import('@/views/SchedulingPage/InstantHeatPage.vue'),
......@@ -416,65 +414,93 @@ const routes = [
title: '瞬时热量对比配置'
}
}
>>>>>>> 21138bfaa9093e9c1562a373e453c9b1618084d9
]
},
{
path: '/About',
name: "/About",
component: AboutPage
},
name:
"/About",
component:
AboutPage
}
,
{
path: '/GisHome',
name: '/GisHome',
component: () => import('@/views/Gis/screenDisplay.vue'),
meta: {
name:
'/GisHome',
component:
() => import('@/views/Gis/screenDisplay.vue'),
meta:
{
title: '地图'
}
},
//捕获404路由
}
,
//捕获404路由
{
path: '/:pathMatch(.*)*',
name: 'NotFound',
component: () => import('@/views/404.vue')
},
name:
'NotFound',
component:
() => import('@/views/404.vue')
}
,
{
path: '/TransferArt',
name: '/TransferArt',
component: () => import('@/components/art/TransferArt.vue'),
meta: {
name:
'/TransferArt',
component:
() => import('@/components/art/TransferArt.vue'),
meta:
{
title: '换热站工艺图'
}
},
}
,
{
path: '/BoilerArt',
name: '/BoilerArt',
component: () => import('@/components/art/BoilerArt.vue'),
meta: {
name:
'/BoilerArt',
component:
() => import('@/components/art/BoilerArt.vue'),
meta:
{
title: '锅炉工艺图'
}
},
}
,
{
path: '/AllBoilerArt',
name: 'AllBoilerArt',
component: () => import('@/components/art/AllBoilerArt.vue'),
meta: {
name:
'AllBoilerArt',
component:
() => import('@/components/art/AllBoilerArt.vue'),
meta:
{
title: '锅炉全景工艺图'
}
},
}
,
{
path: '/MeasurementArt',
name: 'MeasurementArt',
component: () => import('@/components/art/MeasurementArt.vue'),
meta: {
name:
'MeasurementArt',
component:
() => import('@/components/art/MeasurementArt.vue'),
meta:
{
title: '计量站全景工艺图'
}
},
}
,
{
path: '/Visualizations',
name: 'Visualizations',
component: () => import('@/views/Visualizations/index.vue'),
meta: {
name:
'Visualizations',
component:
() => import('@/views/Visualizations/index.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