Skip to content

Commit bf480ca

Browse files
committed
fix router path bug
1 parent 803201a commit bf480ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/router/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ export const asyncRouterMap = [
196196
icon: 'zonghe',
197197
children: [
198198
{
199-
path: '/table',
199+
path: '/example/table',
200200
component: TableLayout,
201-
redirect: '/table/table',
201+
redirect: '/example/table/table',
202202
name: 'Table',
203203
children: [
204204
{ path: 'dynamictable', component: DynamicTable, name: '动态table' },

0 commit comments

Comments
 (0)