forked from Gitlink/forgeplus-react
上传临时修改
This commit is contained in:
parent
d1676b811d
commit
f1309a58d5
|
@ -214,7 +214,7 @@ export default Form.create()((props) => {
|
|||
<Button type="primary" className="submit_info" onClick={applySubmit}>
|
||||
提交资料
|
||||
</Button>
|
||||
<a href={httpUrl+'/busiAttachments/download/391'}><Button className="add_member download ml20">
|
||||
<a href={'http://osrem.jk:81/api/attachments/1963'}><Button className="add_member download ml20">
|
||||
下载报名表
|
||||
</Button></a>
|
||||
</div>}
|
||||
|
|
|
@ -34,15 +34,15 @@ function Chat({ form, showNotification, match, history }) {
|
|||
{/* style={{display:'flex', width: '1200px', margin:'30px auto',padding: '0 120px',justifyContent: 'space-between', background: 'white'}} */}
|
||||
{/* style={{display:'flex',alignItems: 'center'}} */}
|
||||
<div className="links qz_main">
|
||||
<div onClick={() => { window.open('https://fc.osredm.com/forums/theme/107') }}>
|
||||
<div onClick={() => { window.open('http://www.osredm.jk/forums/theme/76') }}>
|
||||
<img src={chat1}></img>
|
||||
<div>参赛咨询</div>
|
||||
</div>
|
||||
<div onClick={() => { window.open('https://fc.osredm.com/forums/theme/108') }}>
|
||||
<div onClick={() => { window.open('http://www.osredm.jk/forums/theme/77') }}>
|
||||
<img src={chat2}></img>
|
||||
<div>选手交流</div>
|
||||
</div>
|
||||
<div onClick={() => { window.open('https://fc.osredm.com/forums/theme/109') }}>
|
||||
<div onClick={() => { window.open('http://www.osredm.jk/forums/theme/78') }}>
|
||||
<img src={chat3}></img>
|
||||
<div>专家答疑</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue