소스 검색

🔥 clean: Update 404.tsx (#6132)

https://ant.design/components/result-cn/#components-result-demo-404
文档上status是字符串,会报错
dushaobindoudou 6 년 전
부모
커밋
d344356a23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/404.tsx

+ 1 - 1
src/pages/404.tsx

@@ -4,7 +4,7 @@ import { router } from 'umi';
 
 const NoFoundPage: React.FC<{}> = () => (
   <Result
-    status={404}
+    status="404"
     title="404"
     subTitle="Sorry, the page you visited does not exist."
     extra={