|
|
@ -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 = () => {
|
|
|
|