fix: Fix redirect to overview page

Fix redirect to overview page when user already logged in

Change-Id: I6ec0c021b3c66d03f3d8520f57b80eb18d237162
This commit is contained in:
zhangjingwei 2021-06-15 18:15:33 +08:00 committed by xusongfu
parent e5d1e90ff3
commit 3093a201ed

View File

@ -51,7 +51,7 @@ export default [
{
path: '/',
// redirect: { from: '/', to: '/base/403', exact: true }
redirect: { from: '/', to: '/user/login', exact: true },
redirect: { from: '/', to: '/base/overview', exact: true },
},
{
path: '/login',