perf[Lang]: make up for miss keywords
This commit is contained in:
@@ -297,13 +297,13 @@ export const asyncRouterMap = [
|
||||
path: '/pdf',
|
||||
component: Layout,
|
||||
redirect: '/pdf/index',
|
||||
meta: { title: 'PDF', icon: 'pdf' },
|
||||
meta: { title: 'pdf', icon: 'pdf' },
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/pdf/index'),
|
||||
name: 'PDF',
|
||||
meta: { title: 'PDF' }
|
||||
meta: { title: 'pdf' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user