Skip to content

Commit 9da96e2

Browse files
committed
refine code
1 parent 4416627 commit 9da96e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/router/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ export const asyncRouterMap = [
196196
{
197197
path: '/table',
198198
component: TableLayout,
199+
redirect: '/table/table',
199200
name: 'table',
200201
children: [
201202
{ path: 'dynamictable', component: DynamicTable, name: '动态table' },

0 commit comments

Comments
 (0)