diff --git a/public/react/src/modules/ecs/EcSetting/index.js b/public/react/src/modules/ecs/EcSetting/index.js
index e1f16be93..2c4653719 100644
--- a/public/react/src/modules/ecs/EcSetting/index.js
+++ b/public/react/src/modules/ecs/EcSetting/index.js
@@ -10,7 +10,7 @@ import Loadable from 'react-loadable';
import Loading from "../../../Loading";
const { Step } = Steps;
const steps = ["培养目标", "毕业要求", "培养目标VS毕业要求", "毕业要求VS通用标准", "学生", "课程体系", "课程体系VS毕业要求", "达成度评价结果"];
-const stepTypes = ["training_objectives", "graduation_requirement", "requirement_vs_objective", "requirement_vs_standard", "students", "courses", "requirement_vs_courses", "reach_calculation_info"];
+const stepTypes = ["training_objectives", "graduation_requirement", "requirement_vs_objective", "requirement_vs_standard", "students", "classrooms", "requirement_vs_courses", "reach_calculation_info"];
const EcStudentList=Loadable({
loader: () => import('../subroute/ecStudentList/EcStudentList'),
loading: Loading,
@@ -83,7 +83,7 @@ class EcSetting extends React.Component {
let type = stepTypes[stepIndex];
this.setState({ stepIndex: stepIndex });
- // if(type==="courses"){
+ // if(type==="classrooms"){
// this.props.history.push(`/ecs/major_schools/${majorId}/years/${yearId}/${type}/ec_course_support_setting/1`);
// }else {
this.props.history.push(`/ecs/major_schools/${majorId}/years/${yearId}/${type}`);
diff --git a/public/react/src/modules/tpm/TPMIndexHOC.js b/public/react/src/modules/tpm/TPMIndexHOC.js
index 86d6034f7..27ed40437 100644
--- a/public/react/src/modules/tpm/TPMIndexHOC.js
+++ b/public/react/src/modules/tpm/TPMIndexHOC.js
@@ -466,7 +466,7 @@ export function TPMIndexHOC(WrappedComponent) {
let courseId;
let query = this.props.location.pathname;
const type = query.split('/');
- if (type[1] == 'courses' && type[2]) {
+ if (type[1] == 'classrooms' && type[2]) {
courseId = parseInt(type[2])
// url += `?course_id=${courseId}`
}
diff --git a/public/react/src/modules/user/usersInfo/Infos.js b/public/react/src/modules/user/usersInfo/Infos.js
index 488668421..dc999d228 100644
--- a/public/react/src/modules/user/usersInfo/Infos.js
+++ b/public/react/src/modules/user/usersInfo/Infos.js
@@ -60,7 +60,7 @@ class Infos extends Component{
type:0,
login:undefined,
isRenders:false,
- moduleName:"courses",
+ moduleName:"classrooms",
next_gold:undefined
}
}
diff --git a/public/react/src/modules/user/usersInfo/InfosBanner.js b/public/react/src/modules/user/usersInfo/InfosBanner.js
index 3e09adf82..e7d695d71 100644
--- a/public/react/src/modules/user/usersInfo/InfosBanner.js
+++ b/public/react/src/modules/user/usersInfo/InfosBanner.js
@@ -117,9 +117,9 @@ class InfosBanner extends Component{
- {coursestypes===true?"":
+ {coursestypes===true?"":
this.setState({moduleName: 'courses'})}
+ onClick={() => this.setState({moduleName: 'classrooms'})}
to={`/users/${username}/courses`}>教学课堂
}
{shixuntype===true?"":
diff --git a/public/react/src/modules/user/usersInfo/banner_out.js b/public/react/src/modules/user/usersInfo/banner_out.js
index 986a66cd3..33a34ede8 100644
--- a/public/react/src/modules/user/usersInfo/banner_out.js
+++ b/public/react/src/modules/user/usersInfo/banner_out.js
@@ -1,190 +1,190 @@
-import React, { Component } from 'react';
-
-import {Link} from 'react-router-dom';
-import {Tooltip,Menu} from 'antd';
-import {getImageUrl} from 'educoder';
-
-import "./usersInfo.css"
-import "../../courses/css/members.css"
-import "../../courses/css/Courses.css"
-class banner_out extends Component{
- constructor(props){
- super(props);
- }
- render(){
- let {
- data ,
- is_current,
- is_edit,
- sign,
- type,
- followed,
- id,
- login,
- moduleName,
- next_gold
- }=this.props;
- let {username}= this.props.match.params;
- return(
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{data && data.name}
-
-
-
-
- {
- data && is_current == false && data.identity =="学生" ? "" :
{data && data.identity}
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/* */}
- {
- data && data.college_identifier &&
-
-
-
-
-
- }
-
-
-
-
- {
- is_edit && is_current ?
-
- :
- is_current ?
- {sign || "这家伙很懒,什么都没留下~"}
- :
- {sign || "这家伙很懒,什么都没留下~"}
- }
-
- {
- is_current ?
-
- {
- data && data.attendance_signed ?
-
- 已签到
- 明日签到 +{next_gold} 金币
-
- :
-
签到
- //
试用申请
- }
-
- :
-
- }
-
-
-
-
- this.setState({moduleName: 'courses'})}
- to={`/users/${username}/courses`}>课堂
-
-
- this.setState({moduleName: 'shixuns'})}
- to={`/users/${username}/shixuns`}>实训
-
-
- this.setState({moduleName: 'paths'})}
- to={`/users/${username}/paths`}>实践课程
-
-
- this.setState({moduleName: 'projects'})}
- to={`/users/${username}/projects`}>开发项目
-
-
-
- this.setState({moduleName: 'package'})}
- to={`/users/${username}/package`}>众包
-
-
- {/*{ data && data.identity!="学生" &&
题库}*/}
-
-
-
-
-
-
- )
- }
-}
-export default banner_out;
\ No newline at end of file
+import React, { Component } from 'react';
+
+import {Link} from 'react-router-dom';
+import {Tooltip,Menu} from 'antd';
+import {getImageUrl} from 'educoder';
+
+import "./usersInfo.css"
+import "../../courses/css/members.css"
+import "../../courses/css/Courses.css"
+class banner_out extends Component{
+ constructor(props){
+ super(props);
+ }
+ render(){
+ let {
+ data ,
+ is_current,
+ is_edit,
+ sign,
+ type,
+ followed,
+ id,
+ login,
+ moduleName,
+ next_gold
+ }=this.props;
+ let {username}= this.props.match.params;
+ return(
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{data && data.name}
+
+
+
+
+ {
+ data && is_current == false && data.identity =="学生" ? "" :
{data && data.identity}
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/* */}
+ {
+ data && data.college_identifier &&
+
+
+
+
+
+ }
+
+
+
+
+ {
+ is_edit && is_current ?
+
+ :
+ is_current ?
+ {sign || "这家伙很懒,什么都没留下~"}
+ :
+ {sign || "这家伙很懒,什么都没留下~"}
+ }
+
+ {
+ is_current ?
+
+ {
+ data && data.attendance_signed ?
+
+ 已签到
+ 明日签到 +{next_gold} 金币
+
+ :
+
签到
+ //
试用申请
+ }
+
+ :
+
+ }
+
+
+
+
+ this.setState({moduleName: 'classrooms'})}
+ to={`/users/${username}/courses`}>课堂
+
+
+ this.setState({moduleName: 'shixuns'})}
+ to={`/users/${username}/shixuns`}>实训
+
+
+ this.setState({moduleName: 'paths'})}
+ to={`/users/${username}/paths`}>实践课程
+
+
+ this.setState({moduleName: 'projects'})}
+ to={`/users/${username}/projects`}>开发项目
+
+
+
+ this.setState({moduleName: 'package'})}
+ to={`/users/${username}/package`}>众包
+
+
+ {/*{ data && data.identity!="学生" &&
题库}*/}
+
+
+
+
+
+
+ )
+ }
+}
+export default banner_out;