diff --git a/public/react/src/modules/tpm/TPMIndex.js b/public/react/src/modules/tpm/TPMIndex.js
index 3d3fc2462..c1af6a18f 100644
--- a/public/react/src/modules/tpm/TPMIndex.js
+++ b/public/react/src/modules/tpm/TPMIndex.js
@@ -135,24 +135,6 @@ class TPMIndex extends Component {
let getnewTPMsettings = this.props.user && this.props.user.user_id + 'newTPMsettings';
let newTPMsettings = window.localStorage.getItem(getnewTPMsettings)
let id = this.props.match.params.shixunId;
- // console.log('props', this.props);
- // let collaborators = `/shixuns/` + id + `/propaedeutics.json`;
- //
- // axios.get(collaborators).then((response) => {
- // if (response.status === 200) {
- // if (response.data.status === 403||response.data.status === 401||response.data.status === 500) {
- //
- // }else{
- // this.setState({
- // PropaedeuticsList: response.data,
- // shixunId: id
- // });
- // }
- //
- // }
- // }).catch((error) => {
- // console.log(error)
- // });
let Url = `/shixuns/` + id + `.json`;
axios.get(Url).then((response) => {
if (response.status === 200) {
@@ -385,21 +367,6 @@ class TPMIndex extends Component {
{this.state.is_jupyter === false ?
排行榜
: ""}
- {/*{this.state.identity >4||this.state.identity===undefined ? "":this.state.openknows===true?
*/}
- {/* */}
- {/* 更多设置在这里,点击“配置”看一看~
*/}
- {/* */}
- {/* */}
- {/* }*/}
- {/* trigger="click"*/}
- {/* placement="top"*/}
- {/* visible={this.state.openknows}*/}
- {/* >*/}
- {/* */}
- {/*:""}*/}
-
{this.state.identity > 4 || this.state.identity === undefined ? "" :
配置
@@ -417,14 +384,6 @@ class TPMIndex extends Component {
- {/*筛选*/}
- {/*{*/}
- {/* tpmindexjupyterbool===false?*/}
-
- {/* :""*/}
- {/*}*/}
- {/* */}
-