题库地址

video_transcode
杨树林 5 years ago
parent 926339043d
commit 05c22c1615

@ -50,7 +50,7 @@ export const startProgramQuestion = (id, props) => {
// console.log(path);
// props.history.push(`/myproblems/${identifier}`);
props.history.push({
pathname: `/myproblems/${identifier}?${searchParams}`,
pathname: `/myproblems/${identifier}.json?${searchParams}`,
});
}
}

Loading…
Cancel
Save