Commit c839d97b by good luck

refactor: fix redirec bug

parent f9d09e6a
......@@ -39,7 +39,7 @@ export const asyncRoutes = [
{
path: '/',
component: Layout,
redirect: 'index',
redirect: '/index',
children: [
{
path: 'index',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment