From 56d56f39fe145568f17fe0bc3e04495f39b72398 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 04 八月 2025 10:35:50 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue
index 51a4995..2993051 100644
--- a/src/components/CallButton/index.vue
+++ b/src/components/CallButton/index.vue
@@ -41,11 +41,11 @@
       sipStatus: "鏈繛鎺�",
       sipStatusClass: "status-disconnected",
       sipConfig: {
-        wsUrl: "wss://9.208.5.18:7443",
-        sipUri: "1000@9.208.5.18",
+        wsUrl: "wss://192.168.10.124:7443",
+        sipUri: "1000@192.168.10.124",
         password: "Smartor@2023",
         displayName: "Web 灏忛緳",
-        // realm: "9.208.5.18:8090",
+        // realm: "192.168.10.124:8090",
       },
     };
   },
@@ -57,7 +57,7 @@
   },
   mounted() {
     // 娴嬭瘯
-    const ws = new WebSocket("wss://9.208.5.18:7443");
+    const ws = new WebSocket("wss://192.168.10.124:7443");
     ws.onopen = () => console.log("WebSocket 杩炴帴鎴愬姛");
     ws.onerror = (e) => console.error("WebSocket 閿欒:", e);
 

--
Gitblit v1.9.3