From 9c55a9da0f8e90693cae2357c4d5c93f3b23df43 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Fri, 17 Jun 2022 16:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E3=80=90key=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E3=80=91=E6=96=B0=E5=A2=9Ekey=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=EF=BC=8C=E8=B7=AF=E7=94=B1=E4=BC=9A=E8=B7=B3=E5=88=B0=E5=85=91?= =?UTF-8?q?=E6=8D=A2=E7=A0=81=E7=AE=A1=E7=90=86=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/home.js b/src/pages/home/home.js index b3761541..ed5ea48a 100644 --- a/src/pages/home/home.js +++ b/src/pages/home/home.js @@ -278,7 +278,7 @@ export default class App extends Component { item = activeMenuList.filter((item) => item.id == 16); this.setState({ setrender: 3 }); } - if (pathnameNow.includes("exchangecode")) { + if (pathnameNow.includes("exchangecode")&&!pathnameNow.includes("exchangecode-add")) { item = activeMenuList.filter((item) => item.id == 17); this.setState({ setrender: 4 }); }