feat(frontend):login 后路由fix

This commit is contained in:
junjie 2021-05-11 10:11:12 +08:00
parent c3f45f5794
commit 7edaa48a7d

View File

@ -85,7 +85,7 @@ export const constantRoutes = [
{
path: '/',
component: Layout,
redirect: '/panel',
redirect: '/panel/index',
hidden: true
}