From 7d954406fb21ead6b0a769382890d10b40b998e3 Mon Sep 17 00:00:00 2001 From: harry Date: Wed, 18 Mar 2020 21:35:46 +0800 Subject: [PATCH] fix --- public/react/src/modules/tpm/TPMIndex.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/react/src/modules/tpm/TPMIndex.js b/public/react/src/modules/tpm/TPMIndex.js index 47c0a5635..3d3fc2462 100644 --- a/public/react/src/modules/tpm/TPMIndex.js +++ b/public/react/src/modules/tpm/TPMIndex.js @@ -246,8 +246,6 @@ class TPMIndex extends Component { componentWillUnmount = () => { axios.interceptors.request.eject(this.tpmContentRequestInterceptor); this.tpmContentRequestInterceptor = null; - axios.interceptors.request.eject(this.tpmContentResponseInterceptor); - this.tpmContentResponseInterceptor = null; // this.getnavdatas() }