From 2c20733957e8bd8fef8e821a2a5ab96aa4c225c7 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 23 Jun 2025 16:09:58 +0800 Subject: [PATCH] fix: redirect --- ui/src/router/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/router/routes.ts b/ui/src/router/routes.ts index b889542a5..46d6f7097 100644 --- a/ui/src/router/routes.ts +++ b/ui/src/router/routes.ts @@ -6,7 +6,7 @@ export const routes: Array = [ { path: '/', name: 'home', - // redirect: '/application', + redirect: '/application', children: [...rolesRoutes], },