404.js 220 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1
import React from 'react';
zinkey's avatar
zinkey committed
2
import Link from 'umi/link';
3
import Exception from '@/components/Exception';
陈帅's avatar
陈帅 committed
4 5

export default () => (
6
  <Exception type="404" style={{ minHeight: 500, height: '100%' }} linkElement={Link} />
陈帅's avatar
陈帅 committed
7
);