From f2bd87968bf34e0a952870701593df39d6ff2075 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 17 九月 2025 15:19:21 +0800
Subject: [PATCH] 分机号动态使用

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

diff --git a/src/components/CallButton/index.vue b/src/components/CallButton/index.vue
index d3cb005..9894b01 100644
--- a/src/components/CallButton/index.vue
+++ b/src/components/CallButton/index.vue
@@ -47,7 +47,7 @@
       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 灏忛緳",
@@ -159,7 +159,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