index.zh-CN.md 958 Bytes
Newer Older
1
---
ddcat1115's avatar
ddcat1115 committed
2
title: Exception
3 4
subtitle: 异常
cols: 1
nikogu's avatar
nikogu committed
5
order: 5
6 7 8 9 10 11
---

异常页用于对页面特定的异常状态进行反馈。通常,它包含对错误状态的阐述,并向用户提供建议或操作,避免用户感到迷失和困惑。

## API

陈帅's avatar
陈帅 committed
12
| 参数 | 说明| 类型 | 默认值 |
13
|-------------|------------------------------------------|-------------|-------|
陈帅's avatar
陈帅 committed
14 15 16 17 18 19
| backText| 默认的返回按钮文本 | ReactNode| back to home |
| type| 页面类型,若配置,则自带对应类型默认的 `title``desc``img`,此默认设置可以被 `title``desc``img` 覆盖 | Enum {'403', '404', '500'} | - |
| title | 标题 | ReactNode| -|
| desc| 补充描述| ReactNode| -|
| img | 背景图片地址 | string| -|
| actions | 建议操作,配置此属性时默认的『返回首页』按钮不生效| ReactNode| -|
ddcat1115's avatar
ddcat1115 committed
20
| linkElement | 定义链接的元素 | string\|ReactElement | 'a' |
陈帅's avatar
陈帅 committed
21
| redirect | 返回按钮的跳转地址 | string | '/'