From 31eb322ecc536ad46210c02b09bcd6ca9a8675b7 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Tue, 21 Oct 2025 14:03:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=9C=89=E5=A4=9A?= =?UTF-8?q?=E4=B8=AA=E5=AF=BC=E8=88=AA=E7=83=82=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EventDetail/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/EventDetail/index.js b/src/views/EventDetail/index.js index e18e3b61..da05c530 100644 --- a/src/views/EventDetail/index.js +++ b/src/views/EventDetail/index.js @@ -65,7 +65,8 @@ import EventHeader from './components/EventHeader'; import RelatedConcepts from './components/RelatedConcepts'; import HistoricalEvents from './components/HistoricalEvents'; import RelatedStocks from './components/RelatedStocks'; -import HomeNavbar from '../../components/Navbars/HomeNavbar'; +// Navigation bar now provided by MainLayout +// import HomeNavbar from '../../components/Navbars/HomeNavbar'; import SubscriptionUpgradeModal from '../../components/SubscriptionUpgradeModal'; import { useAuth } from '../../contexts/AuthContext'; import { useSubscription } from '../../hooks/useSubscription'; @@ -563,7 +564,7 @@ const EventDetail = () => { // 主要内容 return ( - + {/* Navigation bar provided by MainLayout */} {/* 事件基本信息 */}