import React from 'react'; export function getNavItem (user, dispatch) { return ( [ { itemKey: 'containers', text: '文档中心', to: '/containers', icon:, }, ] ); }