fix router path bug

This commit is contained in:
Pan 2017-06-19 18:14:31 +08:00
parent 803201af3a
commit bf480ca6b4
1 changed files with 2 additions and 2 deletions

View File

@ -196,9 +196,9 @@ export const asyncRouterMap = [
icon: 'zonghe', icon: 'zonghe',
children: [ children: [
{ {
path: '/table', path: '/example/table',
component: TableLayout, component: TableLayout,
redirect: '/table/table', redirect: '/example/table/table',
name: 'Table', name: 'Table',
children: [ children: [
{ path: 'dynamictable', component: DynamicTable, name: '动态table' }, { path: 'dynamictable', component: DynamicTable, name: '动态table' },