优化代码

pull/59/head^2
awenes 2023-09-26 21:53:32 +08:00
parent bfbc8f9cbb
commit 2bc10c9cb9
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ export async function getInitialState(): Promise<{
/** /**
* *
*/ */
console.log('%c欢迎使用 TopIAM 企业数字身份管控平台', 'font-size: 24px;'); console.log('%c欢迎使用 TOPIAM 企业数字身份管控平台', 'font-size: 24px;');
return { return {
fetchUserInfo, fetchUserInfo,
currentUser: isLoginPath() ? undefined : await fetchUserInfo(), currentUser: isLoginPath() ? undefined : await fetchUserInfo(),

View File

@ -121,7 +121,7 @@ const Welcome: React.FC = () => {
color: '#1A1A1A', color: '#1A1A1A',
}} }}
> >
使 TopIAM 使 TOPIAM
</div> </div>
<p <p
style={{ style={{

View File

@ -24,7 +24,7 @@ const Workplace: FC = () => {
return ( return (
<PageContainer> <PageContainer>
<Card> <Card>
<Alert banner description={'欢迎使用 TopIAM 企业数字身份管控平台'} type={'success'} /> <Alert banner description={'欢迎使用 TOPIAM 企业数字身份管控平台'} type={'success'} />
</Card> </Card>
</PageContainer> </PageContainer>
); );