From f34f7613d7592989b4866f280a46628e6941d43e Mon Sep 17 00:00:00 2001 From: amypeng Date: Wed, 10 Jun 2026 13:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=B7=AF=E7=94=B1=20?= =?UTF-8?q?=E5=8A=A8=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 积分路由 动态 --- src/forge/Information/index.jsx | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/src/forge/Information/index.jsx b/src/forge/Information/index.jsx index 7ea074006..f8b61d63e 100644 --- a/src/forge/Information/index.jsx +++ b/src/forge/Information/index.jsx @@ -324,18 +324,22 @@ function Index(props){ )} > - ( - - )} - > - ( - - )} - > + {(!adminUrl && data && data.sectionPointsShow) && ( + ( + + )} + > + )} + {(!adminUrl && data && data.sectionPointsShow) && ( + ( + + )} + > + )} (