errorLog =>error-log

This commit is contained in:
Pan 2019-04-10 18:00:56 +08:00
parent 3baa2784a1
commit e89a9d94c8
5 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ export const asyncRoutes = [
children: [ children: [
{ {
path: 'log', path: 'log',
component: 'views/errorLog/index', component: 'views/error-log/index',
name: 'ErrorLog', name: 'ErrorLog',
meta: { title: 'errorLog', icon: 'bug' } meta: { title: 'errorLog', icon: 'bug' }
} }

View File

@ -252,7 +252,7 @@ export const asyncRoutes = [
children: [ children: [
{ {
path: 'log', path: 'log',
component: () => import('@/views/errorLog/index'), component: () => import('@/views/error-log/index'),
name: 'ErrorLog', name: 'ErrorLog',
meta: { title: 'errorLog', icon: 'bug' } meta: { title: 'errorLog', icon: 'bug' }
} }