mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-13 11:32:20 +08:00
fix: 错误页面优化
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user