Commit 31ed8676 authored by wends's avatar wends

update routes icon

parent 7de2e7e2
...@@ -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' }
} }
] ]
} }
......
...@@ -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' }
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment