From 64a521e5e68e89df87488819cb0386008c8301cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Thu, 7 Mar 2024 11:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E7=BB=84=E7=BB=87=E9=A1=B5?= =?UTF-8?q?=E4=B9=9F=E4=B8=8D=E8=A6=81=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/tpm/TPMIndexHOC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/tpm/TPMIndexHOC.js b/src/modules/tpm/TPMIndexHOC.js index 22ec40fde..d8f3e897d 100644 --- a/src/modules/tpm/TPMIndexHOC.js +++ b/src/modules/tpm/TPMIndexHOC.js @@ -356,8 +356,8 @@ export function TPMIndexHOC(WrappedComponent) { } }) // 组织页不要 - console.log(this.props.pathType); if (this.props.pathType === 'Organization') hide = true + if (path === `/organize/new`) hide = true // 设置页不要 if (path === `/settings/profile`) hide = true return hide