diff --git a/public/react/src/modules/developer/studentStudy/index.js b/public/react/src/modules/developer/studentStudy/index.js index a1556b844..eb4bd4ae3 100644 --- a/public/react/src/modules/developer/studentStudy/index.js +++ b/public/react/src/modules/developer/studentStudy/index.js @@ -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 = () => {