补全二维码地址
parent
7eabe843d3
commit
8a87323f9e
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue