import React from 'react'; import { Link } from 'react-router-dom'; import { Menu } from 'antd'; import { BarChartOutlined } from '@ant-design/icons'; import { push } from 'react-router-redux'; export function getNavItem(user, dispatch) { if (user.type != 1) { dispatch(push('/fillion/infor')); return null } return (