本身403组件名的,写成404组件名了。 (#244)

This commit is contained in:
hutaishi 2020-07-09 10:13:24 +08:00 committed by GitHub
parent a283329e4d
commit 080d921791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { RouteComponentProps } from 'react-router-dom';
import { Button } from 'antd';
import { appname } from '@common/config';
export default function Page404({ history }: RouteComponentProps) {
export default function Page403({ history }: RouteComponentProps) {
const prefixCls = `${appname}-exception`;
return (
<div className={prefixCls}>