更新导航路径,修复确认按钮逻辑

This commit is contained in:
yuchenglong
2025-11-21 16:15:03 +08:00
parent b954b927db
commit 137bf13ae5
2 changed files with 5 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ const U4: React.FC = () => {
const navigate = useNavigate();
const [test, setTest] = React.useState<testType[]>([]);
const handleConfirm = () => {
navigate("/u5");
navigate("/UI6");
};
React.useEffect(() => {
setTest([