From f055c750cfe0c2d371112e53291b352348bdde2d Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 17 九月 2025 15:35:57 +0800
Subject: [PATCH] 同步

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

diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue
index d3cb005..453b877 100644
--- a/src/components/CallButton/index.vue
+++ b/src/components/CallButton/index.vue
@@ -47,10 +47,11 @@
       sipStatus: "鏈繛鎺�",
       sipStatusClass: "status-disconnected",
       sipConfig: {
-        wsUrl: "wss://192.168.100.6:7443",
+        wsUrl: "wss://192.168.10.124:7443",
         sipUri: "",
         password: "Smartor@2023",
         displayName: "Web 灏忛緳",
+        // realm: "9.208.5.18:8090",
         // realm: "9.208.5.18:8090",
       },
     };
@@ -159,7 +160,7 @@
         this.randomNum = res.data[0].tel;
         this.randomID = res.data[0].id;
         // 姝g‘璁剧疆 sipUri
-        this.sipConfig.sipUri = `${this.randomNum}@192.168.100.6`;
+        this.sipConfig.sipUri = `${this.randomNum}@192.168.10.124`;
         this.startCallsetState();
       } catch (error) {
         console.error("鑾峰彇鍒嗘満鍙峰け璐�:", error);

--
Gitblit v1.9.3