补全二维码地址

master
LiuJiaNan 2026-03-26 13:37:02 +08:00
parent 7eabe843d3
commit 8a87323f9e
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ const QrCodeModal = (props) => {
]}
>
<div style={{ textAlign: "center" }}>
<QRCode value="todo" style={{ margin: "0 auto", marginBottom: 10 }} />
<QRCode value={`${window.location.origin}/primeport/container/mobile/firstLevelDoor/personnelApplication/apply`} style={{ margin: "0 auto", marginBottom: 10 }} />
<div>温馨提示此二维码支持临时入港申请预约及预约结果查询</div>
</div>
</Modal>

View File

@ -189,7 +189,7 @@ const QrCodeModal = (props) => {
]}
>
<div style={{ textAlign: "center" }}>
<QRCode value="todo" style={{ margin: "0 auto", marginBottom: 10 }} />
<QRCode value={`${window.location.origin}/primeport/container/mobile/firstLevelDoor/personnelApplication/apply`} style={{ margin: "0 auto", marginBottom: 10 }} />
<div>温馨提示此二维码支持临时入港申请预约及预约结果查询</div>
</div>
</Modal>