dev_aliyun2
杨树明 5 years ago committed by harry
parent 86e079b96e
commit 342bea6927

@ -116,7 +116,7 @@ function StudentStudy(props) {
changeShowOrHideControl(false);
props.saveEditorCodeForDetail('');
props.clearOjForUserReducer();
props.history.push(`/problems/${identifier}/edit?{searchParams}`);
props.history.push(`/problems/${identifier}/edit`);
}
// 处理退出
const handleClickQuit = () => {

Loading…
Cancel
Save