import CONFIG from '../config' /** * 网站顶部 提示栏 * @returns */ export const TopBar = (props) => { if (CONFIG.TOP_BAR_CONTENT) { return
} return <> }