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