import React from 'react'; export function getNavItem (user, dispatch) { return ( [ { itemKey: 'monitor', text: '数据监控中心', to: '/monitor', icon:, }, ] ); }