Commit 14a5a7b4 authored by spc's avatar spc

fixed

parent b3ebd16f
......@@ -140,7 +140,7 @@ const generateQrcodeFunc = async () => {
const result = await generateQRCode({
scene: `id=${props.recordId}`,
page: `pages/XingmaLabDetailPage/XingmaLabDetailPage`,
envVersion: 'trial'//trial develop release
envVersion: 'release'//trial develop release
})
if (result && result.ok && result.data && result.data.qrCodeBase64) {
......
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