import { Button, Result } from 'antd'; import React from 'react'; import { history } from 'umi'; const NoFoundPage: React.FC = () => ( history.push('/operatePage/account')}> 去添加公众号 } /> ); export default NoFoundPage;