fix: redirect
This commit is contained in:
parent
f84aa3ec6c
commit
2c20733957
@ -6,7 +6,7 @@ export const routes: Array<RouteRecordRaw> = [
|
|||||||
{
|
{
|
||||||
path: '/',
|
path: '/',
|
||||||
name: 'home',
|
name: 'home',
|
||||||
// redirect: '/application',
|
redirect: '/application',
|
||||||
children: [...rolesRoutes],
|
children: [...rolesRoutes],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user