fix: Fix redirect to overview page
Fix redirect to overview page when user already logged in Change-Id: I6ec0c021b3c66d03f3d8520f57b80eb18d237162
This commit is contained in:
parent
e5d1e90ff3
commit
3093a201ed
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user