Merge pull request '修改默认跳转' (#13) from anln_1.0 into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_op/pulls/13
This commit is contained in:
yezian 2024-11-21 19:22:26 +08:00
commit df4735b1b7
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [