diff --git a/src/utils/CustomerService.ts b/src/utils/CustomerService.ts index 347efd0..d23d9d6 100644 --- a/src/utils/CustomerService.ts +++ b/src/utils/CustomerService.ts @@ -23,6 +23,7 @@ input.id = 'tempInput_CustomerService' input.name= 'sceneUrl' input.value= pathname + input.type="hidden" tempForm.appendChild(input) document.body.appendChild(tempForm); if(tempForm){ @@ -53,6 +54,7 @@ input.id = 'tempInput_CustomerService' input.name= 'sceneUrl' input.value= pathname + input.type="hidden" tempForm.appendChild(input) document.body.appendChild(tempForm); }