commit | author | age | ||
9bcb19 | 1 | const types = { |
I | 2 | 403: { |
3 | img: 'https://gw.alipayobjects.com/zos/rmsportal/wZcnGqRDyhPOEYFcZDnb.svg', | |
4 | title: '403', | |
5 | desc: '抱歉,你无权访问该页面' | |
6 | }, | |
7 | 404: { | |
8 | img: 'https://gw.alipayobjects.com/zos/rmsportal/KpnpchXsobRgLElEozzI.svg', | |
9 | title: '404', | |
10 | desc: '抱歉,你访问的页面不存在或仍在开发中' | |
11 | }, | |
12 | 500: { | |
13 | img: 'https://gw.alipayobjects.com/zos/rmsportal/RVRUAYdCGeYNBWoKiIwB.svg', | |
14 | title: '500', | |
15 | desc: '抱歉,服务器出错了' | |
16 | } | |
17 | } | |
18 | ||
19 | export default types |