This commit is contained in:
baol 2023-10-30 14:56:38 +08:00
parent e0d0f49c21
commit 70421f0b9c

View File

@ -29,7 +29,7 @@ const itemsThree = [
{ {
key: "1", key: "1",
label: ( label: (
<a target="_blank" rel="noopener noreferrer" href="/#"> <a target="_blank" rel="noopener noreferrer" href="http://project.lasg.ac.cn/FGOALS_f2-S2S/index.php?Var=Arctic-sea-ice">
北极海冰预报 北极海冰预报
</a> </a>
), ),
@ -37,7 +37,7 @@ const itemsThree = [
{ {
key: "2", key: "2",
label: ( label: (
<a target="_blank" rel="noopener noreferrer" href="/#"> <a target="_blank" rel="noopener noreferrer" href="http://arcticroute.tpdc.ac.cn/">
北极航线智能规划 北极航线智能规划
</a> </a>
), ),
@ -102,7 +102,7 @@ function NavBar() {
<div className="nav-bar-first"> <div className="nav-bar-first">
<NavBarButton <NavBarButton
text={"数据集成和共享"} text={"数据集成和共享"}
onClick={() => navigateHandler("")} onClick={() => navigateHandler("http://casearthpoles.tpdc.ac.cn/zh-hans/")}
/> />
<Dropdown <Dropdown
menu={{ items: itemsTwo }} menu={{ items: itemsTwo }}