Merge branch 'master' into deploy

This commit is contained in:
Pan
2019-02-13 15:11:10 +08:00
22 changed files with 279 additions and 138 deletions

View File

@@ -297,13 +297,12 @@ export const asyncRouterMap = [
path: '/pdf',
component: Layout,
redirect: '/pdf/index',
meta: { title: 'PDF', icon: 'pdf' },
children: [
{
path: 'index',
component: () => import('@/views/pdf/index'),
name: 'PDF',
meta: { title: 'PDF' }
meta: { title: 'pdf', icon: 'pdf' }
}
]
},