500.js 223 Bytes
Newer Older
1
import React from 'react';
偏右's avatar
偏右 committed
2
import { Link } from 'dva/router';
niko's avatar
niko committed
3
import Exception from 'components/Exception';
4

偏右's avatar
偏右 committed
5 6 7
export default () => (
  <Exception type="500" style={{ minHeight: 500, height: '80%' }} linkElement={Link} />
);