import React from 'react'; import { Row, Col, Button } from 'antd'; import styles from './index.module.less'; export default function NotFound() { return (

404

抱歉,你访问的页面不存在
); }