题库地址

dev_aliyun2
杨树林 5 years ago committed by harry
parent f19714c58e
commit 7aea8e411c

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