Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
海康威视
web-project
Commits
99afe1eb
Commit
99afe1eb
authored
Aug 05, 2024
by
xuhaoze
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/router/index.js
parents
3db85e82
b35a2d0b
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
80 additions
and
86 deletions
+80
-86
index.js
src/router/index.js
+80
-62
AnalysisManage.vue
src/views/SchedulingPage/AnalysisManage.vue
+0
-3
AnnualParam.vue
src/views/SchedulingPage/AnnualParam.vue
+0
-3
ConfigBoiler.vue
src/views/SchedulingPage/ConfigBoiler.vue
+0
-3
EnergyManage.vue
src/views/SchedulingPage/EnergyManage.vue
+0
-3
InstantHeat.vue
src/views/SchedulingPage/InstantHeat.vue
+0
-3
Phenomenon.vue
src/views/SchedulingPage/Phenomenon.vue
+0
-3
WeatherManage.vue
src/views/SchedulingPage/WeatherManage.vue
+0
-3
WindManage.vue
src/views/SchedulingPage/WindManage.vue
+0
-3
No files found.
src/router/index.js
View file @
99afe1eb
...
@@ -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
:
'风力配置管理'
}
}
>>>>>>>
21138
bfaa9093e9c1562a373e453c9b1618084d9
]
]
},
},
{
{
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
:
'可视化'
}
}
}
]
]
...
...
src/views/SchedulingPage/AnalysisManage.vue
deleted
100644 → 0
View file @
3db85e82
<
template
>
生产与结算数据分析表
</
template
>
\ No newline at end of file
src/views/SchedulingPage/AnnualParam.vue
deleted
100644 → 0
View file @
3db85e82
<
template
>
年度参数管理
</
template
>
\ No newline at end of file
src/views/SchedulingPage/ConfigBoiler.vue
deleted
100644 → 0
View file @
3db85e82
<
template
>
锅炉参数配置
</
template
>
\ No newline at end of file
src/views/SchedulingPage/EnergyManage.vue
deleted
100644 → 0
View file @
3db85e82
<
template
>
能源消耗
</
template
>
\ No newline at end of file
src/views/SchedulingPage/InstantHeat.vue
deleted
100644 → 0
View file @
3db85e82
<
template
>
瞬时热量对比配置
</
template
>
\ No newline at end of file
src/views/SchedulingPage/Phenomenon.vue
deleted
100644 → 0
View file @
3db85e82
<
template
>
天气工况
</
template
>
\ No newline at end of file
src/views/SchedulingPage/WeatherManage.vue
deleted
100644 → 0
View file @
3db85e82
<
template
>
气象干预
</
template
>
\ No newline at end of file
src/views/SchedulingPage/WindManage.vue
deleted
100644 → 0
View file @
3db85e82
<
template
>
风力配置管理
</
template
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment