video_transcode
杨树明 5 years ago
parent 6b3a5f6df7
commit 794cbca9a7

@ -119,7 +119,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