diff --git a/src/routers/layout/logo/index.tsx b/src/routers/layout/logo/index.tsx index 710cbc7..9d68c5b 100644 --- a/src/routers/layout/logo/index.tsx +++ b/src/routers/layout/logo/index.tsx @@ -112,7 +112,11 @@ const useRouterMatchWithDefaultRouter = (urls: string[]) => { return lists.some((item) => item !== null); }; const RouterListAndQA = () => { - const isVideoPage = useRouterMatchWithDefaultRouter(["/", "/video"]), + const isVideoPage = useRouterMatchWithDefaultRouter([ + "/", + "/video", + "/search", + ]), isPhotoPage = useRouterMatchWithDefaultRouter(["/photo"]), isActive = (label: string) => { if (