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

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

Loading…
Cancel
Save