/** * @描述 官网飘窗组件 * @作者 555000a公海信息技术中心 * @更新时间 2022/05/23 */ function LgZwPc(){ /** * 图片单击跳转 */ function onClick(e){ window.location.href = "http://www.toner-4-you.com/html/news_1867.html"; } return <> {onClick(e)}} src="img/zw_pc/theImg.jpg" style={{width: "100px", height: "300px", cursor: "pointer"}}/> }