Update menu title for Tracked Images.

pull/414/head
BSord 2019-07-10 01:59:31 +00:00
parent 108b943e96
commit 4125790ef8
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ export const asyncRouterMap = [
path: '/tracked-images',
name: 'tracked',
hideChildrenInMenu: true,
meta: { title: 'Tacked Images', keepAlive: true, icon: 'reconciliation', permission: [ 'dashboard' ], auth: true },
meta: { title: 'Tracked Images', keepAlive: true, icon: 'reconciliation', permission: [ 'dashboard' ], auth: true },
component: () => import('@/views/tracked/TrackedImageList')
},
@ -76,7 +76,7 @@ export const constantRouterMap = [
// path: '/tracked-images',
// name: 'tracked',
// hideChildrenInMenu: true,
// meta: { title: 'Tacked Images', keepAlive: true, icon: 'reconciliation', permission: [ 'dashboard' ], auth: true },
// meta: { title: 'Tracked Images', keepAlive: true, icon: 'reconciliation', permission: [ 'dashboard' ], auth: true },
// component: () => import('@/views/tracked/TrackedImageList')
// },