From 7f7d37c94e58211284ce6d2b14cab817db0d1227 Mon Sep 17 00:00:00 2001 From: lijingqi <1437862981@qq.com> Date: Fri, 23 May 2025 17:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E6=B3=95=E7=AE=A1=E7=90=86=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E5=A4=9A=E4=BD=99=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IndustryOverview/components/LawEnforcement/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/LawEnforcement/index.tsx b/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/LawEnforcement/index.tsx index 0b432dcd..a71b19c4 100644 --- a/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/LawEnforcement/index.tsx +++ b/src/pages/Home_v_2504/components/RightContent/IndustryOverview/components/LawEnforcement/index.tsx @@ -69,7 +69,7 @@ const LawEnforcement: React.FC = () => { : 2 } onClick={() => { - dispatch.push('AdministPunish'); + // dispatch.push('AdministPunish'); }} /> @@ -96,7 +96,7 @@ const LawEnforcement: React.FC = () => { : 2 } onClick={() => { - dispatch.push('AreaSynergy'); + // dispatch.push('AreaSynergy'); }} /> @@ -122,7 +122,7 @@ const LawEnforcement: React.FC = () => { unitStyle={commonUnitStyle} style={commonStyle} onClick={() => { - dispatch.push('DyaPatrol'); + // dispatch.push('DyaPatrol'); }} /> -- GitLab