From 91f78c7a3c325b7627f269524cdf92f006948cdf Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期一, 20 十月 2025 17:37:35 +0800 Subject: [PATCH] 景宁电话接入 --- src/components/CallButton/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue index 9894b01..bc17eea 100644 --- a/src/components/CallButton/index.vue +++ b/src/components/CallButton/index.vue @@ -127,7 +127,7 @@ this.isCalling = true; console.log("寮�濮嬪懠鍙細", sipService); - await sipService.makeCall("0" + this.phoneNumber); + await sipService.makeCall(this.phoneNumber); } catch (error) { let registrationTime = Date.now(); // 璁板綍娉ㄩ攢鎴愬姛鏃堕棿 console.log(registrationTime, "鍛煎彨澶辫触鏃堕棿"); -- Gitblit v1.9.3