diff --git a/public/react/src/modules/tpm/NewHeader.js b/public/react/src/modules/tpm/NewHeader.js
index 34ee824aa..b84982d86 100644
--- a/public/react/src/modules/tpm/NewHeader.js
+++ b/public/react/src/modules/tpm/NewHeader.js
@@ -816,7 +816,7 @@ submittojoinclass=(value)=>{
我的实训
我的实践课程
我的项目
- 我的众包
+ {/*我的众包*/}
账号管理
{/*this.educoderlogin()} >登入测试接口*/}
{/*this.trialapplications()} >试用申请 */}
diff --git a/public/react/src/modules/user/usersInfo/Infos.js b/public/react/src/modules/user/usersInfo/Infos.js
index 5286c5797..f20cd5be5 100644
--- a/public/react/src/modules/user/usersInfo/Infos.js
+++ b/public/react/src/modules/user/usersInfo/Infos.js
@@ -384,11 +384,11 @@ class Infos extends Component{
to={`/users/${username}/projects`}>项目
-
- this.setState({moduleName: 'package'})}
- to={`/users/${username}/package`}>众包
-
+ {/**/}
+ {/* this.setState({moduleName: 'package'})}*/}
+ {/*to={`/users/${username}/package`}>众包*/}
+ {/**/}
{/*{ data && data.identity!="学生" && 题库}*/}
diff --git a/public/react/src/modules/user/usersInfo/InfosPackage.js b/public/react/src/modules/user/usersInfo/InfosPackage.js
index 638b2ecd2..f1077cd62 100644
--- a/public/react/src/modules/user/usersInfo/InfosPackage.js
+++ b/public/react/src/modules/user/usersInfo/InfosPackage.js
@@ -12,7 +12,7 @@ import { CNotificationHOC } from '../../courses/common/CNotificationHOC'
import "./usersInfo.css"
import Create from './publicCreatNew'
-class InfosCourse extends Component{
+class InfosPackage extends Component{
constructor(props){
super(props);
this.state={
@@ -123,4 +123,4 @@ class InfosCourse extends Component{
)
}
}
-export default InfosCourse;
\ No newline at end of file
+export default InfosPackage;
\ No newline at end of file