Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
super-hive-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SuperHive
front-end
super-hive-web
Commits
31ed8676
Commit
31ed8676
authored
Aug 13, 2020
by
wends
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update routes icon
parent
7de2e7e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
deviceManagement.js
src/router/modules/deviceManagement.js
+3
-3
equipmentManagement.js
src/router/modules/equipmentManagement.js
+1
-1
No files found.
src/router/modules/deviceManagement.js
View file @
31ed8676
...
@@ -6,7 +6,7 @@ const router = {
...
@@ -6,7 +6,7 @@ const router = {
name
:
'
设备实例
'
,
name
:
'
设备实例
'
,
component
:
Common
,
component
:
Common
,
redirect
:
'
/device-management/device-instance
'
,
redirect
:
'
/device-management/device-instance
'
,
meta
:
{
title
:
'
设备实例
'
,
icon
:
'
equipment
'
},
meta
:
{
title
:
'
设备实例
'
,
icon
:
'
equipment
-instance
'
},
alwaysShow
:
true
,
alwaysShow
:
true
,
children
:
[
children
:
[
{
{
...
@@ -21,14 +21,14 @@ const router = {
...
@@ -21,14 +21,14 @@ const router = {
path
:
'
device-monitoring
'
,
path
:
'
device-monitoring
'
,
name
:
'
实时监控
'
,
name
:
'
实时监控
'
,
component
:
()
=>
import
(
'
@/views/device-management/device-monitoring
'
),
component
:
()
=>
import
(
'
@/views/device-management/device-monitoring
'
),
meta
:
{
title
:
'
实时监控
'
,
icon
:
'
equipment-model
'
}
meta
:
{
title
:
'
实时监控
'
,
icon
:
'
dashboard
'
}
},
},
{
{
menuId
:
'
HistoryData
'
,
menuId
:
'
HistoryData
'
,
path
:
'
history-data
'
,
path
:
'
history-data
'
,
name
:
'
历史数据
'
,
name
:
'
历史数据
'
,
component
:
()
=>
import
(
'
@/views/device-management/history-data
'
),
component
:
()
=>
import
(
'
@/views/device-management/history-data
'
),
meta
:
{
title
:
'
历史数据
'
,
icon
:
'
equipment-model
'
}
meta
:
{
title
:
'
历史数据
'
,
icon
:
'
query-history
'
}
}
}
]
]
}
}
...
...
src/router/modules/equipmentManagement.js
View file @
31ed8676
...
@@ -28,7 +28,7 @@ const router = {
...
@@ -28,7 +28,7 @@ const router = {
path
:
'
device-instance
'
,
path
:
'
device-instance
'
,
name
:
'
设备实例
'
,
name
:
'
设备实例
'
,
component
:
()
=>
import
(
'
@/views/equipment-management/device-instance
'
),
component
:
()
=>
import
(
'
@/views/equipment-management/device-instance
'
),
meta
:
{
title
:
'
设备实例
-迭代
'
,
icon
:
'
equipment-model
'
}
meta
:
{
title
:
'
设备实例
'
,
icon
:
'
equipment-instance
'
}
}
}
]
]
}
}
...
...
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