From a7a07af41440b17b0c176a9d91fdbd29498ec4d1 Mon Sep 17 00:00:00 2001 From: al Date: Thu, 21 Nov 2024 19:12:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/PostMachineReview/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/PostMachineReview/index.jsx b/src/pages/PostMachineReview/index.jsx index bb6c9d0..e140ff4 100644 --- a/src/pages/PostMachineReview/index.jsx +++ b/src/pages/PostMachineReview/index.jsx @@ -495,7 +495,7 @@ export default function PostMachineReview() { const navigate = useNavigate(); //当前tab const location = useLocation(); - const pathname = location.pathname.split("/")[2] || "onlySelfCanSee"; + const pathname = location.pathname.split("/")[2] || "operatorReviewing"; const [current, setCurrent] = useState(pathname); //tab名称 const items = [ -- 2.41.0