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 (