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, "呼叫失败时间");