Commit bf480ca6 authored by Pan's avatar Pan

fix router path bug

parent 803201af
......@@ -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' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment