Merge branch 'master' of gitee.com:spark-community-works-collections/wewechat-plus-plus into auto-4915358-master-5949a09a

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2022-09-02 03:46:28 +00:00
committed by Gitee
4 changed files with 81 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ export default class Settings extends Component {
user && (
<li className={classes.user}>
<Avatar src={this.props.user.User.HeadImgUrl} />
<button onClick={e => this.props.logout()}>Logout</button>
<button onClick={e => this.props.logout()}>登出</button>
</li>
)
}