import React from 'react'; import { IconCode } from '@douyinfe/semi-icons'; export function getNavItem (user, dispatch) { return ( [ { itemKey: 'edition', text: '版本管理', icon: , to: '/edition', }, ] ); }