Commit c0ef4137 authored by tangwei's avatar tangwei

修改升级bug

parent faf25f60
...@@ -89,7 +89,7 @@ class UserSetting extends Component { ...@@ -89,7 +89,7 @@ class UserSetting extends Component {
<p>用户名:{user.nickName}</p> <p>用户名:{user.nickName}</p>
<p>公司:{(user.company || {}).companyName}</p> <p>公司:{(user.company || {}).companyName}</p>
<p>部门:{(user.department || {}).departmentName}</p> <p>部门:{(user.department || {}).departmentName}</p>
<Button onClick={this.onLogOut}>注销</Button> {/* <Button onClick={this.onLogOut}>注销</Button> */}
</div> </div>
<div className="user-img"> <div className="user-img">
<img src={imgStatic.datapane.user} alt="" /> <img src={imgStatic.datapane.user} alt="" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment