This commit is contained in:
谢思 2022-04-28 10:47:55 +08:00
parent c8eeeb4c3a
commit 48edb3df17
1 changed files with 6 additions and 6 deletions

View File

@ -23,16 +23,16 @@ function Chat({ isLocal }) {
</div>
</div>
<div className="links qz_main">
<div onClick={() => { window.open(isLoacl ? 'http://fc.osredm.jk/forums/theme/76' : 'https://fc.osredm.com/forums/theme/107') }}>
<img src={chat1}></img>
<div onClick={() => { window.open(isLocal ? 'http://fc.osredm.jk/forums/theme/76' : 'https://fc.osredm.com/forums/theme/107') }}>
<img src={chat1} alt=""></img>
<div>参赛咨询</div>
</div>
<div onClick={() => { window.open(isLoacl ? 'http://fc.osredm.jk/forums/theme/77' : 'https://fc.osredm.com/forums/theme/108') }}>
<img src={chat2}></img>
<div onClick={() => { window.open(isLocal ? 'http://fc.osredm.jk/forums/theme/77' : 'https://fc.osredm.com/forums/theme/108') }}>
<img src={chat2} alt=""></img>
<div>选手交流</div>
</div>
<div onClick={() => { window.open(isLoacl ? 'http://fc.osredm.jk/forums/theme/78' : 'https://fc.osredm.com/forums/theme/109') }}>
<img src={chat3}></img>
<div onClick={() => { window.open(isLocal ? 'http://fc.osredm.jk/forums/theme/78' : 'https://fc.osredm.com/forums/theme/109') }}>
<img src={chat3} alt=""></img>
<div>专家答疑</div>
</div>
</div>