|
@@ -134,19 +134,19 @@ export const asyncRouterMap = [
|
|
|
name: 'profile',
|
|
|
component: RouteView,
|
|
|
redirect: '/profile/basic',
|
|
|
- meta: { title: '详情页', icon: 'profile', permission: [ 'profile' ] },
|
|
|
+ meta: { title: 'menu.profile', icon: 'profile', permission: [ 'profile' ] },
|
|
|
children: [
|
|
|
{
|
|
|
path: '/profile/basic',
|
|
|
name: 'ProfileBasic',
|
|
|
component: () => import('@/views/profile/basic'),
|
|
|
- meta: { title: '基础详情页', permission: [ 'profile' ] }
|
|
|
+ meta: { title: 'menu.profile.basic', permission: [ 'profile' ] }
|
|
|
},
|
|
|
{
|
|
|
path: '/profile/advanced',
|
|
|
name: 'ProfileAdvanced',
|
|
|
component: () => import('@/views/profile/advanced/Advanced'),
|
|
|
- meta: { title: '高级详情页', permission: [ 'profile' ] }
|
|
|
+ meta: { title: 'menu.profile.advanced', permission: [ 'profile' ] }
|
|
|
}
|
|
|
]
|
|
|
},
|