From 450a598b30ad39e72f29fd90d7e3cd39ba5a16b3 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Tue, 3 Sep 2024 14:29:03 +0800 Subject: [PATCH] chore: profile page keepAlive --- apps/web-antd/src/router/routes/local.ts | 1 + 1 file changed, 1 insertion(+) 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',