fix router path bug

This commit is contained in:
Pan 2017-06-19 18:14:31 +08:00
parent 803201af3a
commit bf480ca6b4

View file

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