|
@ -23,7 +23,7 @@ const Header = props => { |
|
|
history.push(`/signin`); |
|
|
history.push(`/signin`); |
|
|
} |
|
|
} |
|
|
}}> |
|
|
}}> |
|
|
<Nav.Sub itemKey={'user'} text={<div style={{ display: 'inline-block' }}>{user.displayName}</div>}> |
|
|
<Nav.Sub itemKey={'user'} text={<div style={{ display: 'inline-block' }}>{user.namePresent}</div>}> |
|
|
<Nav.Item itemKey={'logout'} text={'退出'} /> |
|
|
<Nav.Item itemKey={'logout'} text={'退出'} /> |
|
|
</Nav.Sub> |
|
|
</Nav.Sub> |
|
|
</Nav> |
|
|
</Nav> |
|
|