From f08b755cd2db76f99b96355e8e1f60dda50fffdb Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 02 十二月 2025 15:22:38 +0800
Subject: [PATCH] 测试完成
---
src/components/CallButton/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue
index bc17eea..0306480 100644
--- a/src/components/CallButton/index.vue
+++ b/src/components/CallButton/index.vue
@@ -92,7 +92,10 @@
sipService.onStatusChange = (status) => {
this.sipStatus = status.text;
this.sipStatusClass = `status-${status.type}`;
-
+ // 娉ㄥ唽鎴愬姛
+ if (status.type === "registered") {
+ this.startCallsetState();
+ }
// 澶勭悊娉ㄥ唽澶辫触鍜屾柇寮�杩炴帴鎯呭喌
if (status.type === "failed" || status.type === "disconnected") {
this.overCallsetState(); // 閲婃斁鍒嗘満鍙�
@@ -160,10 +163,9 @@
this.randomID = res.data[0].id;
// 姝g‘璁剧疆 sipUri
this.sipConfig.sipUri = `${this.randomNum}@192.168.10.124`;
- this.startCallsetState();
} catch (error) {
console.error("鑾峰彇鍒嗘満鍙峰け璐�:", error);
- this.updateStatus("failed", "鑾峰彇鍒嗘満鍙峰け璐�");
+ // this.updateStatus("failed", "鑾峰彇鍒嗘満鍙峰け璐�");
}
},
async startCallsetState() {
--
Gitblit v1.9.3