Browse Source

登录登出

release_0.0.1
yuan_yi 3 years ago
parent
commit
3e898f7a3e
  1. 2
      code/VideoAccess-VCMP/web/client/src/layout/components/header/index.jsx

2
code/VideoAccess-VCMP/web/client/src/layout/components/header/index.jsx

@ -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>

Loading…
Cancel
Save