From 355996a8644f56707f813ceffbd4552bc4be7fca Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期六, 11 十月 2025 13:41:17 +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