mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
fix router path bug
This commit is contained in:
parent
803201af3a
commit
bf480ca6b4
@ -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' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user