diff --git a/public/react/src/modules/courses/Index.js b/public/react/src/modules/courses/Index.js
index c33b6a5ce..553db6090 100644
--- a/public/react/src/modules/courses/Index.js
+++ b/public/react/src/modules/courses/Index.js
@@ -591,16 +591,29 @@ class CoursesIndex extends Component{
(props) => ()
}
>
+
+ {/* 普通作业 */}
+ ()
+ }
+ >
+ {/* 分组作业 */}
+ ()
+ }
+ >
{/* 普通作业 */}
- ()
}
>
{/* 分组作业 */}
- ()
}
diff --git a/public/react/src/modules/courses/busyWork/commonWork.js b/public/react/src/modules/courses/busyWork/commonWork.js
index e8afa5329..5ba97b03a 100644
--- a/public/react/src/modules/courses/busyWork/commonWork.js
+++ b/public/react/src/modules/courses/busyWork/commonWork.js
@@ -14,7 +14,7 @@ import { WordsBtn } from 'educoder'
import Modals from '../../modals/Modals'
import NoneData from "../coursesPublic/NoneData"
import Titlesearchsection from '../common/titleSearch/TitleSearchSection';
-
+import { RouteHOC } from './common'
import axios from 'axios';
import _ from 'lodash'
@@ -429,4 +429,4 @@ class commonWork extends Component{
)
}
}
-export default commonWork;
\ No newline at end of file
+export default RouteHOC() (commonWork);
\ No newline at end of file