From b9efd5e6ceb5354efc3c73b8922db5d4b727452f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Thu, 20 Jul 2023 11:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E9=97=AE=E4=B8=8D=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E7=9A=84=E6=96=87=E7=AB=A0=E9=93=BE=E6=8E=A5=E9=87=8D=E5=AE=9A?= =?UTF-8?q?=E5=90=91url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Pages/newsDetail.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/forge/Information/Pages/newsDetail.jsx b/src/forge/Information/Pages/newsDetail.jsx index e10edf9c3..302ccaac6 100644 --- a/src/forge/Information/Pages/newsDetail.jsx +++ b/src/forge/Information/Pages/newsDetail.jsx @@ -48,6 +48,7 @@ function NewsDetail(props){ setIsSpin(false) } }).catch(error=>{ + props.history.push(`/zone/${deptId}/news`); setIsSpin(false) }) }