From 1430fc929f1e70c3d35c26bd01eeeb570626fe74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Thu, 20 Feb 2020 11:12:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/tpm/TPMIndex.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/react/src/modules/tpm/TPMIndex.js b/public/react/src/modules/tpm/TPMIndex.js index 5edea264f..654e27352 100644 --- a/public/react/src/modules/tpm/TPMIndex.js +++ b/public/react/src/modules/tpm/TPMIndex.js @@ -275,7 +275,7 @@ class TPMIndex extends Component { url = url.split('?')[0] console.log('loadingContent, url:', url) - this.setState({ loadingContent: true }) + this.setState({ loadingContent: false }) cacheInterceptorUrlMap[url] = true } @@ -327,7 +327,7 @@ class TPMIndex extends Component { } setLoadingContent = (isLoadingContent) => { - this.setState({ loadingContent: isLoadingContent }) + // this.setState({ loadingContent: isLoadingContent }) }