黄千龙
2023-03-08 962519811b7c4be07f30d09e791798b0ea79d3ae
force-app/main/default/aura/eSignHospitalQR/eSignHospitalQRHelper.js
@@ -20,8 +20,8 @@
           function makeCode() {
               //qrcode.clear();
                
                qrcode.makeCode("https://ocm.force.com/eSignSystem/s/EsignDataEntry?DNName="+encode);
               //qrcode.makeCode("https://stagefull-ocm.cs113.force.com/eSignSystem/s/EsignDataEntry?DNName="+encode);
                // qrcode.makeCode("https://ocm.force.com/eSignSystem/s/EsignDataEntry?DNName="+encode);
               qrcode.makeCode("https://ocsm--stagefull.sandbox.my.site.com/eSignSystem/s/EsignDataEntry?DNName="+encode);
           };
           //调用生成二维码方法