import { Button, Result } from 'antd'; import { Link } from 'react-router-dom'; export function NotFoundPage() { return ( 返回工作台 } /> ); } export function ForbiddenPage() { return ( 返回工作台 } /> ); }