♻ refactor: fix redirec bug
This commit is contained in:
parent
f9d09e6a3d
commit
c839d97b8b
|
|
@ -39,7 +39,7 @@ export const asyncRoutes = [
|
|||
{
|
||||
path: '/',
|
||||
component: Layout,
|
||||
redirect: 'index',
|
||||
redirect: '/index',
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
|
|
|
|||
Loading…
Reference in New Issue