import React from 'react'; import { Button } from 'antd'; import { Link } from 'dva/router'; import Result from '../../components/Result'; import styles from './RegisterResult.less'; const title =
你的账户:AntDesign@example.com 注册成功
; const actions = (
); export default () => ( );