onClick={()=>{window.location.href="https://baidu.com"}}
打开独立窗口页面
https://blog.csdn.net/yangluo1683/article/details/73992941
window.open('locationPage.html', '_blank', 'height=100, width=400, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no')