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