|
|
|
@ -23,11 +23,24 @@ import {
|
|
|
|
|
} from 'react-router-dom';
|
|
|
|
|
import Loadable from 'react-loadable';
|
|
|
|
|
import Loading from "../../../Loading";
|
|
|
|
|
const $ = window.$;
|
|
|
|
|
const Curriculumtwo = Loadable({
|
|
|
|
|
loader: () => import('./Curriculumtwo'),
|
|
|
|
|
loading: Loading,
|
|
|
|
|
})
|
|
|
|
|
const $ = window.$;
|
|
|
|
|
const EcCourseEvaluationsbottom =Loadable({
|
|
|
|
|
loader: () => import('../subroute/ecCourseEvaluations/EcCourseEvaluationsbottom'),
|
|
|
|
|
loading: Loading,
|
|
|
|
|
});
|
|
|
|
|
const EcCompletionCalculation =Loadable({
|
|
|
|
|
loader: () => import('../subroute/ecCompletion_calculation/EcCompletionCalculation'),
|
|
|
|
|
loading: Loading,
|
|
|
|
|
});
|
|
|
|
|
const EcCourseSupports=Loadable({
|
|
|
|
|
loader: () => import('../subroute/ecCourseSupports/EcCourseSupports'),
|
|
|
|
|
loading: Loading,
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
class Curriculum extends Component {
|
|
|
|
|
//课程体系
|
|
|
|
|
constructor(props) {
|
|
|
|
|