From 6be2214f765e389cd7f8c5f42e225bc72e823e0f Mon Sep 17 00:00:00 2001 From: xiangmy21 <90919434+xiangmy21@users.noreply.github.com> Date: Sun, 17 Mar 2024 21:39:51 +0800 Subject: [PATCH 1/2] Update index.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 隐藏奖学金界面 --- src/app/InfoSite/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/InfoSite/index.tsx b/src/app/InfoSite/index.tsx index 49520756c..f9f483df5 100644 --- a/src/app/InfoSite/index.tsx +++ b/src/app/InfoSite/index.tsx @@ -105,7 +105,7 @@ const InfoSite: React.FC = ({ mode, user }) => { }, { key: "honors-scholarships", - label: "奖助学金", + label: "奖学金申请", icon: , children: [ { @@ -113,11 +113,11 @@ const InfoSite: React.FC = ({ mode, user }) => { label: 荣誉, icon: , }, - { - key: "scholarships", - label: 奖学金, - icon: , - }, + // { + // key: "scholarships", + // label: 奖学金, + // icon: , + // }, // { // key: "financial-aid", // label: 助学金, From e54eb111b237f7267099e7331a4ef06d0464760b Mon Sep 17 00:00:00 2001 From: xiangmy21 <90919434+xiangmy21@users.noreply.github.com> Date: Sun, 17 Mar 2024 22:08:59 +0800 Subject: [PATCH 2/2] Update index.tsx --- src/app/InfoSite/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/InfoSite/index.tsx b/src/app/InfoSite/index.tsx index f9f483df5..d8202b038 100644 --- a/src/app/InfoSite/index.tsx +++ b/src/app/InfoSite/index.tsx @@ -3,7 +3,7 @@ import { Route, Link, Routes, Navigate, useNavigate } from "react-router-dom"; import { Button, Layout, Menu, MenuProps, Spin, message } from "antd"; import { TrophyOutlined, - ReadOutlined, + // ReadOutlined, MenuOutlined, InfoCircleOutlined, SolutionOutlined,