From 5c7882fe862ae3df1d84e2dbb08165f062bb1d19 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 9 Oct 2024 18:26:15 +0800 Subject: [PATCH] fix: title={false} should work in login page (#11364) --- src/pages/User/Login/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/User/Login/index.tsx b/src/pages/User/Login/index.tsx index 22463146ad..cb09e5cd14 100644 --- a/src/pages/User/Login/index.tsx +++ b/src/pages/User/Login/index.tsx @@ -151,7 +151,7 @@ const Login: React.FC = () => { id: 'menu.login', defaultMessage: '登录页', })} - - {Settings.title} + {Settings.title && ` - ${Settings.title}`}