import React from 'react'; import { Link } from 'react-router-dom'; /** * 面包屑导航组件 */ const Breadcrumb = ({ knowledgeBase, activeTab }) => { return (