From f04d90d8a99a2bf410df04e2ecef62f0b52f87da Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Thu, 4 Dec 2025 10:34:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=93=E5=8C=BA-=E8=B6=85=E7=AE=97=E4=B8=AD?= =?UTF-8?q?=E5=BF=83-=E8=AF=BE=E7=A8=8B=E5=AE=9E=E8=AE=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Component/publicBanner.jsx | 4 ++++ src/forge/Information/Pages/lessons.jsx | 2 +- src/forge/Information/img/zoneMenu10.png | Bin 0 -> 2932 bytes 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/forge/Information/img/zoneMenu10.png diff --git a/src/forge/Information/Component/publicBanner.jsx b/src/forge/Information/Component/publicBanner.jsx index 3d548439..2b02fc3e 100644 --- a/src/forge/Information/Component/publicBanner.jsx +++ b/src/forge/Information/Component/publicBanner.jsx @@ -33,6 +33,7 @@ function PublicBanner(props) { const vip = /[A-Za-z0-9]{0,}\/VIP/g; const help = /[A-Za-z0-9]{0,}\/help/g; const dataset = /[A-Za-z0-9]{0,}\/dataset/g; + const lesson = /[A-Za-z0-9]{0,}\/lessons/g; if (pathname === `/zone/${deptId}`) { setKey("1"); } @@ -53,6 +54,8 @@ function PublicBanner(props) { } else if (dataset.test(pathname)) { setKey("9"); + }else if(lesson.test(pathname)) { + setKey("10"); } } }, [pathname]) @@ -154,6 +157,7 @@ function PublicBanner(props) { {sectionResourceShow &&
{sectionResourceTitle}
{sectionCmsTitle}
课程实训
{sectionMemberTitle}
{data.sectionHelperTitle}
后台管理