From a129caf5f46cc9f94cafc7abfbfc5de2a98ee401 Mon Sep 17 00:00:00 2001 From: v-zhangjc9 Date: Wed, 14 May 2025 09:14:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E5=A4=8D=E6=80=9D?= =?UTF-8?q?=E8=80=83=E5=BC=80=E5=85=B3=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-web/client/src/pages/App.tsx | 3 --- service-web/client/src/pages/ai/Conversation.tsx | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/service-web/client/src/pages/App.tsx b/service-web/client/src/pages/App.tsx index 7dff31b..b2346e4 100644 --- a/service-web/client/src/pages/App.tsx +++ b/service-web/client/src/pages/App.tsx @@ -6,9 +6,6 @@ import {menus} from '../route.tsx' const App: React.FC = () => { const navigate = useNavigate() const location = useLocation() - useEffect(() => { - console.log(location.pathname) - }, [location]) return (