From a13412ab039b8e2f79045af738e07affa1309b13 Mon Sep 17 00:00:00 2001 From: qin <a@163.com> Date: 星期一, 31 三月 2025 15:38:32 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/IEE/Web.V1 --- src/components/CustomerService.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/CustomerService.vue b/src/components/CustomerService.vue index f898a41..fc3c445 100644 --- a/src/components/CustomerService.vue +++ b/src/components/CustomerService.vue @@ -8,13 +8,13 @@ const emit = defineEmits(['close']); import { ref, onMounted } from 'vue'; -import { setParentFunction } from '@/utils/iframeCall'; +import { ChildRegister, setParentFunction } from '@/utils/iframeCall'; const getUrl = () => { const isDev = import.meta.env.DEV; if (isDev) { return 'http://localhost:5679'; } - return 'http://www.xpump.net/iie-mobile?v=3232333122'; + return 'http://www.xpump.net/iie-mobile?v=132323'; }; const url = getUrl(); @@ -28,8 +28,8 @@ } }); setTimeout(() => { - setParentFunction(); - }, 300); + ChildRegister.registerNotifyFunction(); + }, 800); }); </script> <style scoped lang="scss"></style> -- Gitblit v1.9.3