diff --git a/src/components/Navbars/components/NavbarActions/index.js b/src/components/Navbars/components/NavbarActions/index.js index b4394575..1a7c7e0d 100644 --- a/src/components/Navbars/components/NavbarActions/index.js +++ b/src/components/Navbars/components/NavbarActions/index.js @@ -8,6 +8,7 @@ import LoginButton from '../LoginButton'; // import CalendarButton from '../CalendarButton'; // 暂时注释 import { DesktopUserMenu, TabletUserMenu } from '../UserMenu'; import { MySpaceButton, MoreMenu } from '../Navigation'; +import { SearchBar } from '../../SearchBar/SearchBar'; /** * Navbar 右侧功能区组件 @@ -35,6 +36,9 @@ const NavbarActions = memo(({ }) => { return ( + {/* 股票搜索框 - 桌面端和平板端显示 */} + {!isMobile && } + {/* 权限校验中 - 显示占位骨架,不显示登录按钮或用户菜单 */} {isLoading ? (