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
854c6ee2
Commit
854c6ee2
authored
Aug 02, 2024
by
王亚晖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改路由
parent
70111bf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
index.js
src/router/index.js
+49
-0
No files found.
src/router/index.js
View file @
854c6ee2
...
...
@@ -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