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:
commit
df4735b1b7
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue