Skip to content

Commit 2c20733

Browse files
fix: redirect
1 parent f84aa3e commit 2c20733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/router/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const routes: Array<RouteRecordRaw> = [
66
{
77
path: '/',
88
name: 'home',
9-
// redirect: '/application',
9+
redirect: '/application',
1010
children: [...rolesRoutes],
1111
},
1212

0 commit comments

Comments
 (0)