forked from Gitlink/forgeplus-react
Merge pull request '修改报名表下载路径以及背景颜色' (#360) from durian/forgeplus-react:dev_military_qz2022 into pre_dev_military
This commit is contained in:
commit
5569f35ee1
|
@ -220,9 +220,9 @@ console.log(current_main_site_url);
|
|||
<Button type="primary" className="submit_info" onClick={applySubmit}>
|
||||
提交资料
|
||||
</Button>
|
||||
<a href={qzDetail && qzDetail.is_local ? 'http://osredm.jk:81/api/attachments/1963' : `${current_main_site_url}/api/attachments/${current_main_site_url.indexOf("49999") === -1 ? "3715" : "1896"}`}><Button className="add_member download ml20">
|
||||
下载报名表
|
||||
</Button></a>
|
||||
<a href={qzDetail && qzDetail.is_local ? 'http://osredm.jk:81/api/attachments/1963' : `${current_main_site_url}/api/attachments/${window.location.host.indexOf("osredm")!== -1 ? "4122" : current_main_site_url.indexOf("49999") === -1 ? "3715" : "1896"}`}>
|
||||
<Button className="add_member download ml20">下载报名表</Button>
|
||||
</a>
|
||||
</div>}
|
||||
</div>
|
||||
)
|
||||
|
|
|
@ -580,7 +580,7 @@ span.CodeMirror-selectedtext {
|
|||
|
||||
|
||||
body #root {
|
||||
background: #f5f5f5;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.newedu-class-leftnav {
|
||||
|
|
Loading…
Reference in New Issue