import * as React from 'react'; import { Menu, Icon } from '@btri-ui/base'; import './componentList.less'; import './navigation.less'; import Logo from '../Icon/logo.svg'; export default () => { const items = [ { label: '菜单项一', key: 'item-1', href: '#1' }, // 菜单项务必填写 key { label: '菜单项二', key: 'item-2', href: '#2' }, { label: '菜单项三', key: 'item-3', href: '#3' }, { label: '菜单项四', key: 'item-4', href: '#4' }, { label: '菜单项五', key: 'item-5', href: '#5' }, { label: '菜单项六', key: 'item-6', href: '#6' }, ]; const LeftNode = (