Commit 281a2f1a authored by 田翔's avatar 田翔

fix: 预览url增加参数

parent e4caf8d8
Pipeline #81039 passed with stages
...@@ -98,7 +98,7 @@ const Designer = (props) => { ...@@ -98,7 +98,7 @@ const Designer = (props) => {
trigger="click" trigger="click"
content={ content={
<div> <div>
<QRcode value={`${window.origin}/civ_mobile/product/water/monitor/workbench?env=dev`} /> <QRcode value={`${window.origin}/civ_mobile/product/water/monitor/workbench?env=dev&id=${currentCard.ID}`} />
</div> </div>
} }
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment