优化界面
This commit is contained in:
@@ -38,19 +38,19 @@ const routes = [
|
||||
path: '/ota',
|
||||
name: 'Ota',
|
||||
component: () => import('@/views/ota/index.vue'),
|
||||
meta: { title: 'OTA 管理', icon: 'upload' }
|
||||
meta: { title: 'OTA 管理', icon: 'file-text' }
|
||||
},
|
||||
{
|
||||
path: '/blacklist',
|
||||
name: 'BlackList',
|
||||
component: () => import('@/views/blacklist/index.vue'),
|
||||
meta: { title: '黑名单管理', icon: 'document' }
|
||||
meta: { title: '黑名单管理', icon: 'user-x' }
|
||||
},
|
||||
{
|
||||
path: '/ota-target-device',
|
||||
name: 'OtaTargetDevice',
|
||||
component: () => import('@/views/ota-target-device/index.vue'),
|
||||
meta: { title: '定向升级', icon: 'document' }
|
||||
meta: { title: '定向升级', icon: 'crosshair' }
|
||||
},
|
||||
{
|
||||
path: '/share-code/log',
|
||||
@@ -68,7 +68,7 @@ const routes = [
|
||||
path: '/toolbox/luxsin-controller',
|
||||
name: 'LuxsinController',
|
||||
component: () => import('@/views/toolbox/luxsin-controller/index.vue'),
|
||||
meta: { title: 'luxsin-controller', icon: 'tools' }
|
||||
meta: { title: 'luxsin 控制器', icon: 'sliders-horizontal' }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user