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
c8584df8
Commit
c8584df8
authored
Aug 02, 2024
by
moonby
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitee.com:tj-wang-yahui/AMS_HeatSys_Vue_V10
parents
d2dfc160
df23dd57
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
0 deletions
+49
-0
Analysis.png
public/imgs/meun/Analysis.png
+0
-0
Annual.png
public/imgs/meun/Annual.png
+0
-0
index.js
src/router/index.js
+49
-0
No files found.
public/imgs/meun/Analysis.png
View replaced file @
d2dfc160
View file @
c8584df8
2.96 KB
|
W:
|
H:
5.81 KB
|
W:
|
H:
2-up
Swipe
Onion skin
public/imgs/meun/Annual.png
View replaced file @
d2dfc160
View file @
c8584df8
3.77 KB
|
W:
|
H:
7.45 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/router/index.js
View file @
c8584df8
...
...
@@ -371,6 +371,55 @@ const routes = [
meta
:
{
title
:
'气象干预'
}
},{
path
:
'/Scheduling/EnergyManage'
,
name
:
'EnergyManage'
,
component
:
()
=>
import
(
'@/views/Scheduling/EnergyManage.vue'
),
meta
:
{
title
:
'能源消耗'
}
},{
path
:
'/Scheduling/AnalysisManage'
,
name
:
'AnalysisManage'
,
component
:
()
=>
import
(
'@/views/Scheduling/AnalysisManage.vue'
),
meta
:
{
title
:
'生产与结算数据分析表'
}
},{
path
:
'/Scheduling/ConfigBoiler'
,
name
:
'ConfigBoiler'
,
component
:
()
=>
import
(
'@/views/Scheduling/ConfigBoiler.vue'
),
meta
:
{
title
:
'锅炉参数配置'
}
},{
path
:
'/Scheduling/Phenomenon'
,
name
:
'Phenomenon'
,
component
:
()
=>
import
(
'@/views/Scheduling/Phenomenon.vue'
),
meta
:
{
title
:
'天气工况'
}
},{
path
:
'/Scheduling/InstantHeat'
,
name
:
'InstantHeat'
,
component
:
()
=>
import
(
'@/views/Scheduling/InstantHeat.vue'
),
meta
:
{
title
:
'瞬时热量对比配置'
}
},{
path
:
'/Scheduling/WindManage'
,
name
:
'WindManage'
,
component
:
()
=>
import
(
'@/views/Scheduling/WindManage.vue'
),
meta
:
{
title
:
'风力配置管理'
}
},{
path
:
'/Scheduling/AnnualParam'
,
name
:
'AnnualParam'
,
component
:
()
=>
import
(
'@/views/Scheduling/AnnualParam.vue'
),
meta
:
{
title
:
'年度参数管理'
}
}
]
},
...
...
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