From c55fa68b775ee116ddb48cae41a4fc63ad3f8dc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com>
Date: Fri, 22 Dec 2023 09:51:03 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=8C=BA=E5=AF=BC=E8=88=AA=E5=90=8D?=
=?UTF-8?q?=E7=A7=B0=E5=8F=96=E5=90=8E=E5=8F=B0=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/forge/Information/Component/publicBanner.jsx | 14 +++++++-------
src/forge/Information/Pages/help.jsx | 2 +-
src/forge/Information/Pages/main.jsx | 4 ++--
src/forge/Information/Pages/projectSource.jsx | 4 ++--
src/forge/Information/Pages/source.jsx | 4 ++--
src/forge/Information/Pages/zoneVIP.jsx | 4 ++--
src/forge/Information/index.jsx | 10 +++++-----
7 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/src/forge/Information/Component/publicBanner.jsx b/src/forge/Information/Component/publicBanner.jsx
index 9c3a81935..e4facf005 100644
--- a/src/forge/Information/Component/publicBanner.jsx
+++ b/src/forge/Information/Component/publicBanner.jsx
@@ -10,7 +10,7 @@ function PublicBanner(props){
const [ key , setKey ] = useState("1");
const { deptId } = props.match.params;
const { pathname } = props.history.location;
- const { data , adminUrl, temp } = props;
+ const { data:{sectionHomepageShow, sectionHomepageTitle, sectionProjectShow, sectionProjectTitle, sectionResourceShow, sectionResourceTitle, sectionCmsShow, sectionCmsTitle, sectionMemberShow, sectionMemberTitle, sectionHelperShow, sectionHelperTitle}, data , adminUrl, temp } = props;
useEffect(()=>{
if(pathname){
@@ -53,13 +53,13 @@ function PublicBanner(props){
}
diff --git a/src/forge/Information/Pages/help.jsx b/src/forge/Information/Pages/help.jsx
index a46971fad..9d2ba6e18 100644
--- a/src/forge/Information/Pages/help.jsx
+++ b/src/forge/Information/Pages/help.jsx
@@ -209,7 +209,7 @@ function ProjectSource(props) {
return (
-
{data && data.helperTitle}
+
{data && data.sectionHelperTitle}
{
wikiList && (wikiList.length > 0 ?
diff --git a/src/forge/Information/Pages/main.jsx b/src/forge/Information/Pages/main.jsx
index a1027ccc8..68cc8fa38 100644
--- a/src/forge/Information/Pages/main.jsx
+++ b/src/forge/Information/Pages/main.jsx
@@ -24,7 +24,7 @@ function Main(props){
const [ isSpin , setIsSpin ] = useState(true);
const [ newCateId , setNewCateId ] = useState(undefined);
const { deptId , cateId } = props.match.params;
- const { id, temp, role, history } = props;
+ const { id, temp, role, history, sectionCmsTitle } = props;
const menu = (