From 560a82f089ea11a049074ea9e4d9edf4cbe60a0f Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 3 Sep 2024 08:57:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E8=B7=AF=E7=94=B1=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/router/routes/local.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web-antd/src/router/routes/local.ts b/apps/web-antd/src/router/routes/local.ts index 0fb74122..e919fec9 100644 --- a/apps/web-antd/src/router/routes/local.ts +++ b/apps/web-antd/src/router/routes/local.ts @@ -18,7 +18,8 @@ const profileRoute: RouteRecordStringComponent[] = [ title: $t('widgets.profile'), }, name: 'Profile', - path: '', + path: '/', + redirect: '/profile', children: [ { component: '/_core/profile/index',