| | |
| | | <apex:page standardController="eSignForm__c"> |
| | | <apex:page standardController="eSignForm__c" lightningStylesheets="true"> |
| | | <apex:includeScript value="{!URLFOR($Resource.qrcode)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.apex20)}"/> |
| | |
| | | var profileID = '{!$Profile.Id}'; |
| | | console.log('profileID:'+profileID); |
| | | //正式环境 |
| | | var url = "https://ocm.force.com/eSignSystem/s/EsignDataEntry?"; |
| | | var url = "{!$Label.eSignFormQRUrl}/s/EsignDataEntry?"; |
| | | //测试环境 |
| | | // var url = "https://stagefull-ocm.cs117.force.com/eSignSystem/s/EsignDataEntry?"; |
| | | |