/** * 404页面 */ import { Result } from 'antd' const NotFound = () => { return (
) } export default NotFound