uniapps/work-app/src/subPackages/voiceCallDetail/index.vue
@@ -74,7 +74,6 @@ const contact = options.contact ? JSON.parse(decodeURIComponent(options.contact)) : null; // 构建viewUrl,将contact参数拼接到URL中 const contactParam = contact ? encodeURIComponent(JSON.stringify(contact)) : ''; // viewUrl.value = `https://192.168.1.157:5176/mobile-web-view/#/webViewWrapper/voiceCallDetail?params=${encodeURIComponent(userParams)}&contact=${contactParam}`; viewUrl.value = getWebViewUrl("/voiceCallDetail", { contact: options.contact ,voiceparams: options.voiceparams}); });