1.11 第十四版,修改
This commit is contained in:
@ -6,12 +6,12 @@ const NoFoundPage: React.FC<{}> = () => (
|
||||
<Result
|
||||
status="404"
|
||||
title="404"
|
||||
subTitle="Sorry, the page you visited does not exist."
|
||||
extra={
|
||||
<Button type="primary" onClick={() => history.push('/')}>
|
||||
Back Home
|
||||
</Button>
|
||||
}
|
||||
subTitle="对不起,您访问的页面不存在。"
|
||||
// extra={
|
||||
// <Button type="primary" onClick={() => history.push('/')}>
|
||||
// Back Home
|
||||
// </Button>
|
||||
// }
|
||||
/>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user