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
bf4fe6f3
Commit
bf4fe6f3
authored
Jul 28, 2024
by
王亚晖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交被覆盖文件
parent
556ace84
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
5 deletions
+12
-5
EnerpriseCharts.png
public/imgs/meun/EnerpriseCharts.png
+0
-0
QOQ.png
public/imgs/meun/QOQ.png
+0
-0
YOY.png
public/imgs/meun/YOY.png
+0
-0
index.js
src/router/index.js
+12
-5
No files found.
public/imgs/meun/EnerpriseCharts.png
0 → 100644
View file @
bf4fe6f3
3.59 KB
public/imgs/meun/QOQ.png
0 → 100644
View file @
bf4fe6f3
5.68 KB
public/imgs/meun/YOY.png
0 → 100644
View file @
bf4fe6f3
3 KB
src/router/index.js
View file @
bf4fe6f3
...
...
@@ -174,11 +174,11 @@ const routes = [
title
:
'能耗排名'
}
},{
path
:
'/EnergyView'
,
name
:
'Ener
gyViewPage
'
,
component
:
()
=>
import
(
'@/views/HandlerPage/Ener
gyViewPage
.vue'
),
path
:
'/
Handler/Enerprise
EnergyView'
,
name
:
'Ener
priseEnergyView
'
,
component
:
()
=>
import
(
'@/views/HandlerPage/Ener
priseEnergyView
.vue'
),
meta
:
{
title
:
'
供热站
趋势图'
title
:
'
企业
趋势图'
}
},{
path
:
'/Handler/TransferEnergyView'
,
...
...
@@ -187,6 +187,13 @@ const routes = [
meta
:
{
title
:
'换热站趋势图'
}
},{
path
:
'/Handler/QOQView'
,
name
:
'QOQView'
,
component
:
()
=>
import
(
'@/views/HandlerPage/QOQ.vue'
),
meta
:
{
title
:
'用量环比'
}
},{
path
:
'/HeatAnalysis'
,
name
:
'HeatAnalysisPage'
,
...
...
@@ -453,4 +460,4 @@ router.beforeEach(async (to, from, next) => {
// })
// 共享路由实例对象
export
default
router
export
default
router
\ 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