修改线上H5地址
parent
20759e6678
commit
825fb28cba
|
|
@ -12,7 +12,7 @@ function Success() {
|
||||||
<div style={{ paddingTop: "10px" }}>信息提交成功!</div>
|
<div style={{ paddingTop: "10px" }}>信息提交成功!</div>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ textAlign: "center", marginTop: "50px" }}>
|
<div style={{ textAlign: "center", marginTop: "50px" }}>
|
||||||
<QRCode value={`${window.location.origin}/primeport-h5/container/mobile/firstLevelDoor/personnelApplication/applyList?id=${query.id}&tmpApplyType=${query.tmpApplyType}&tmpMkmjType=${query.tmpMkmjType}`} style={{ margin: "0 auto", marginBottom: 10 }} />
|
<QRCode value={`https://skqhdg.porthebei.com:9007/primeport-h5/container/mobile/firstLevelDoor/personnelApplication/applyList?id=${query.id}&tmpApplyType=${query.tmpApplyType}&tmpMkmjType=${query.tmpMkmjType}`} style={{ margin: "0 auto", marginBottom: 10 }} />
|
||||||
<div style={{ paddingTop: "20px" }}>扫描识别二维码获取审批进度。</div>
|
<div style={{ paddingTop: "20px" }}>扫描识别二维码获取审批进度。</div>
|
||||||
<div style={{ color: "red", fontSize: 12, paddingTop: "10px" }}>请长按或截屏保存二维码,关闭页面后将无法再获取二维码</div>
|
<div style={{ color: "red", fontSize: 12, paddingTop: "10px" }}>请长按或截屏保存二维码,关闭页面后将无法再获取二维码</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -204,7 +204,7 @@ const QrCodeModal = (props) => {
|
||||||
>
|
>
|
||||||
<div style={{ textAlign: "center" }}>
|
<div style={{ textAlign: "center" }}>
|
||||||
<QRCode
|
<QRCode
|
||||||
value={`${window.location.origin}/primeport-h5/container/mobile/firstLevelDoor/personnelApplication/apply`}
|
value={`https://skqhdg.porthebei.com:9007/primeport-h5/container/mobile/firstLevelDoor/personnelApplication/apply`}
|
||||||
style={{ margin: "0 auto", marginBottom: 10 }}
|
style={{ margin: "0 auto", marginBottom: 10 }}
|
||||||
/>
|
/>
|
||||||
<div>温馨提示:此二维码支持临时入港申请预约及预约结果查询</div>
|
<div>温馨提示:此二维码支持临时入港申请预约及预约结果查询</div>
|
||||||
|
|
|
||||||
|
|
@ -200,7 +200,7 @@ const QrCodeModal = (props) => {
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<div style={{ textAlign: "center" }}>
|
<div style={{ textAlign: "center" }}>
|
||||||
<QRCode value={`${window.location.origin}/primeport-h5/container/mobile/firstLevelDoor/personnelApplication/apply`} style={{ margin: "0 auto", marginBottom: 10 }} />
|
<QRCode value={`https://skqhdg.porthebei.com:9007/primeport-h5/container/mobile/firstLevelDoor/personnelApplication/apply`} style={{ margin: "0 auto", marginBottom: 10 }} />
|
||||||
<div>温馨提示:此二维码支持临时入港申请预约及预约结果查询</div>
|
<div>温馨提示:此二维码支持临时入港申请预约及预约结果查询</div>
|
||||||
</div>
|
</div>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue