forked from Gitlink/forgeplus-react
This commit is contained in:
parent
c8eeeb4c3a
commit
48edb3df17
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue