09985e4ccde8ff8b5b933dc427fb821545035013.svn-base 524 B

12345678910111213141516171819
  1. const types = {
  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. export default types