修改默认跳转 #13

Merged
yezian merged 1 commits from anln_1.0 into main 2024-11-21 19:22:28 +08:00
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 = [