diff --git a/public/react/src/modules/tpm/NewHeader.js b/public/react/src/modules/tpm/NewHeader.js
index 351cb80ff..b341e2d52 100644
--- a/public/react/src/modules/tpm/NewHeader.js
+++ b/public/react/src/modules/tpm/NewHeader.js
@@ -1229,6 +1229,7 @@ submittojoinclass=(value)=>{
{/*{user.username}*/}
+ - 我的个人主页
{coursestypes===true?"":- {this.props.user&&this.props.user.main_site===false?"我的课堂":"我的翻转课堂"}
}
{/* p 老师 l 学生 */}
{shixuntype===true?"":- 我的实训项目
}
diff --git a/public/react/src/modules/tpm/newshixuns/Newshixuns.js b/public/react/src/modules/tpm/newshixuns/Newshixuns.js
index 071b19a5f..361ed3248 100644
--- a/public/react/src/modules/tpm/newshixuns/Newshixuns.js
+++ b/public/react/src/modules/tpm/newshixuns/Newshixuns.js
@@ -49,7 +49,7 @@ class Newshixuns extends Component {
this.setState({
newshixunlist: response.data
});
- this.contentMdRef.current.setValue(!response.data.sample[0][1] ? "" : response.data.sample[0][1]);
+ // this.contentMdRef.current.setValue(!response.data.sample[0][1] ? "" : response.data.sample[0][1]);
}
}
}).catch((error) => {