mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-30 09:42:48 +00:00
fix: redirect
This commit is contained in:
parent
f84aa3ec6c
commit
2c20733957
|
|
@ -6,7 +6,7 @@ export const routes: Array<RouteRecordRaw> = [
|
|||
{
|
||||
path: '/',
|
||||
name: 'home',
|
||||
// redirect: '/application',
|
||||
redirect: '/application',
|
||||
children: [...rolesRoutes],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue