fix: 错误页面优化

This commit is contained in:
GraceWalk
2022-10-28 17:36:33 +08:00
committed by EricZeng
parent 941dd4fd65
commit 1a5e2c7309
9 changed files with 69 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
import React from 'react';
import page403 from '@src/assets/page403.png';
export default () => {
return (
<div className="error-page">
<img width={230} height={150} src={page403} />
<div className="title">访</div>
<a className="link" href="/">
</a>
</div>
);
};