修改线上H5地址

master
853931625@qq.com 2026-08-10 16:35:49 +08:00
parent 20759e6678
commit 825fb28cba
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>