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",
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>
),
@ -37,7 +37,7 @@ const itemsThree = [
{
key: "2",
label: (
<a target="_blank" rel="noopener noreferrer" href="/#">
<a target="_blank" rel="noopener noreferrer" href="http://arcticroute.tpdc.ac.cn/">
北极航线智能规划
</a>
),
@ -102,7 +102,7 @@ function NavBar() {
<div className="nav-bar-first">
<NavBarButton
text={"数据集成和共享"}
onClick={() => navigateHandler("")}
onClick={() => navigateHandler("http://casearthpoles.tpdc.ac.cn/zh-hans/")}
/>
<Dropdown
menu={{ items: itemsTwo }}