feature[PDF]: add PDF demo (#1469)

This commit is contained in:
花裤衩
2018-12-27 13:42:10 +08:00
committed by GitHub
parent 07c3211989
commit deb6840174
16 changed files with 304 additions and 8 deletions

View File

@@ -293,6 +293,26 @@ 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' }
}
]
},
{
path: '/pdf/download',
component: () => import('@/views/pdf/download'),
hidden: true
},
{
path: '/theme',
component: Layout,