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