|
|
@ -246,8 +246,6 @@ class TPMIndex extends Component {
|
|
|
|
componentWillUnmount = () => {
|
|
|
|
componentWillUnmount = () => {
|
|
|
|
axios.interceptors.request.eject(this.tpmContentRequestInterceptor);
|
|
|
|
axios.interceptors.request.eject(this.tpmContentRequestInterceptor);
|
|
|
|
this.tpmContentRequestInterceptor = null;
|
|
|
|
this.tpmContentRequestInterceptor = null;
|
|
|
|
axios.interceptors.request.eject(this.tpmContentResponseInterceptor);
|
|
|
|
|
|
|
|
this.tpmContentResponseInterceptor = null;
|
|
|
|
|
|
|
|
// this.getnavdatas()
|
|
|
|
// this.getnavdatas()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|