From f5221c566758ab0873727da3cb3df645708eb085 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期六, 13 九月 2025 14:41:12 +0800
Subject: [PATCH] 测试分支发布
---
src/components/CallButton/index.vue | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue
index 40d3705..0aa24ce 100644
--- a/src/components/CallButton/index.vue
+++ b/src/components/CallButton/index.vue
@@ -48,6 +48,7 @@
sipUri: `${randomNum}` + "@1192.170.66.107",
password: "Smartor@2023",
displayName: "Web 灏忛緳",
+ // realm: "9.208.5.18:8090",
},
};
},
@@ -69,7 +70,13 @@
},
},
mounted() {
- console.log('褰撳墠鍒嗘満鍙�',this.sipConfig);
+ // 娴嬭瘯
+ const ws = new WebSocket("wss://9.208.5.18:7443");
+ ws.onopen = () => console.log("WebSocket 杩炴帴鎴愬姛");
+ ws.onerror = (e) => console.error("WebSocket 閿欒:", e);
+
+
+ // 鍒濆鍖朣IP杩炴帴
sipService.init(this.sipConfig);
sipService.onStatusChange = (status) => {
--
Gitblit v1.9.3