Commit 9da96e20 authored by Pan's avatar Pan

refine code

parent 44166278
...@@ -196,6 +196,7 @@ export const asyncRouterMap = [ ...@@ -196,6 +196,7 @@ export const asyncRouterMap = [
{ {
path: '/table', path: '/table',
component: TableLayout, component: TableLayout,
redirect: '/table/table',
name: 'table', name: 'table',
children: [ children: [
{ path: 'dynamictable', component: DynamicTable, name: '动态table' }, { 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