From a5cba9ab040f6f97558046885dce3017f9bab7e9 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 11 八月 2026 14:12:29 +0800
Subject: [PATCH] 提交
---
src/components/CallButton/index.vue | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue
index 83186de..71f35a3 100644
--- a/src/components/CallButton/index.vue
+++ b/src/components/CallButton/index.vue
@@ -407,7 +407,17 @@
orgName == "绗竴浜烘皯鍖婚櫌鍚村北闄㈠尯"
) {
this.sipConfig.sipUri = `${this.randomNum}@192.169.129.198`;
+ } else if (
+ orgName == "鐪佺珛鍚屽痉缈犺嫅闄㈠尯" ||
+ orgName == "鐪佺珛鍚屽痉涔嬫睙闄㈠尯"||
+ orgName == "鐪佺珛鍚屽痉闂叉灄闄㈠尯"||
+ orgName == "鐪佺珛鍚屽痉澶╃洰灞辫矾闄㈠尯"||
+ orgName == "鐪佺珛鍚屽痉闈掑北婀栭櫌鍖�"
+ ) {
+ this.sipConfig.sipUri = `${this.randomNum}@220.88.10.62`;
}
+ console.log(this.sipConfig.sipUri);
+
} catch (error) {
console.error("鑾峰彇鍒嗘満鍙峰け璐�:", error);
throw error; // 鎶涘嚭閿欒浠ヤ究涓婂眰澶勭悊
--
Gitblit v1.9.3