Merge branch 'dev_military_qz2022' of http://106.75.45.236:3000/tongChong/forgeplus-react into dev_military_qz2022

This commit is contained in:
谢思 2022-04-21 18:26:44 +08:00
commit f4f3545fd5
2 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,7 @@
})()
if (getExplorer == 'ie') {
$('#ie_info').css({display:'block'});
$('#root').css({display:'none'});
}
</script>
<script src="%PUBLIC_URL%js/js_min_all.js"></script>

View File

@ -3,6 +3,7 @@ import { Button, Modal } from 'antd';
import { Link } from 'react-router-dom';
import bg from '../img/modal.png';
import bg_local from '../img/modal_local.png';
import './index.scss';
@ -35,7 +36,7 @@ function QzModal() {
width='728px'
maskClosable={false}
>
<img src={bg} />
<img src={window.location.href.indexOf('osredm.jk')>-1?bg_local: bg} />
<Link to="/competition/qz2022" className="qz-btn">查看详情</Link>
</Modal>