From 10fe4159a2a0c3c958de30799566fee99367d478 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期五, 19 九月 2025 13:51:50 +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