1.11 第十四版,修改

This commit is contained in:
jl-zhoujl2
2023-01-11 16:28:42 +08:00
parent bf1d8a3a03
commit 873bbd1181
9 changed files with 144 additions and 88 deletions

View File

@ -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>
// }
/>
);