import React, {Component} from 'react'; import {Icon, Row, Col} from 'antd'; import './index.css' import avatar from '../images/avatar.jpg'; class AccountConfig extends Component { constructor(props) { super(props); this.state = {}; } render() { return (
修改我的头像
xy
{ this.props.history.push({ pathname: '/login', }) }}> login
tel 16655168985 email contact@szu.im
) } } export default AccountConfig;