Merge branch 'master' into deploy

This commit is contained in:
Pan
2019-04-23 13:06:46 +08:00
22 changed files with 130 additions and 49 deletions

View File

@@ -163,7 +163,7 @@ export const asyncRoutes = [
children: [
{
path: 'index',
component: () => import('@/views/svg-icons/index'),
component: () => import('@/views/icons/index'),
name: 'Icons',
meta: { title: 'icons', icon: 'icon', noCache: true }
}