import { Button } from 'antd'; import React from 'react'; import router from 'umi/router'; // 这里应该使用 antd 的 404 result 组件, // 但是还没发布,先来个简单的。 const NoFoundPage: React.FC<{}> = () => (
Sorry, the page you visited does not exist.