Browse Source

fix: title={false} should work in login page (#11364)

pull/11370/head
afc163 1 year ago
committed by GitHub
parent
commit
5c7882fe86
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/pages/User/Login/index.tsx

2
src/pages/User/Login/index.tsx

@ -151,7 +151,7 @@ const Login: React.FC = () => {
id: 'menu.login', id: 'menu.login',
defaultMessage: '登录页', defaultMessage: '登录页',
})} })}
- {Settings.title} {Settings.title && ` - ${Settings.title}`}
</title> </title>
</Helmet> </Helmet>
<Lang /> <Lang />

Loading…
Cancel
Save