From 3d41233538c06622686fec3e613f61411f320b2b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 19 一月 2026 13:57:58 +0800
Subject: [PATCH] 测试完成

---
 src/components/CallButton/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue
index 7c7798c..594842b 100644
--- a/src/components/CallButton/index.vue
+++ b/src/components/CallButton/index.vue
@@ -56,8 +56,8 @@
       sipStatusClass: "status-disconnected",
       sipConfig: {
         // 绉婚櫎纭紪鐮佺殑wsUrl鍜宒omain
-        wsUrl:'',
-        sipUri:'',
+        wsUrl: "",
+        sipUri: "",
         password: "Smartor@2023",
         displayName: "Web 灏忛緳",
         // realm: "9.208.5.18:8090",
@@ -199,6 +199,8 @@
           this.sipConfig.sipUri = `${this.randomNum}@192.168.10.124`;
         } else if (orgName == "榫欐硥甯備汉姘戝尰闄�") {
           this.sipConfig.sipUri = `${this.randomNum}@10.10.0.220`;
+        } else if (orgName == "鏉窞甯傜涓�浜烘皯鍖婚櫌婀栨花闄㈠尯"||orgName == "鏉窞甯傜涓�浜烘皯鍖婚櫌鍚村北闄㈠尯") {
+          this.sipConfig.sipUri = `${this.randomNum}@192.169.5.248`;
         }
       } catch (error) {
         console.error("鑾峰彇鍒嗘満鍙峰け璐�:", error);

--
Gitblit v1.9.3