diff --git a/apps/web-antd/src/router/routes/local.ts b/apps/web-antd/src/router/routes/local.ts index e919fec9..dfbac7cd 100644 --- a/apps/web-antd/src/router/routes/local.ts +++ b/apps/web-antd/src/router/routes/local.ts @@ -25,6 +25,7 @@ const profileRoute: RouteRecordStringComponent[] = [ component: '/_core/profile/index', meta: { icon: 'mingcute:profile-line', + keepAlive: true, title: $t('widgets.profile'), }, name: 'ProfileIndex',