add href
This commit is contained in:
parent
e0d0f49c21
commit
70421f0b9c
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user