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

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