From 8fbe24ebe296f12de8224d3445c4c9798d19dfa0 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 10 Feb 2026 14:15:08 +0800
Subject: [PATCH] feat:修改默认

---
 applications/drone-command/src/views/audioCall.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/applications/drone-command/src/views/audioCall.vue b/applications/drone-command/src/views/audioCall.vue
index ff1cdd2..b1fcb28 100644
--- a/applications/drone-command/src/views/audioCall.vue
+++ b/applications/drone-command/src/views/audioCall.vue
@@ -36,10 +36,10 @@
 import { ref, computed, onBeforeUnmount } from 'vue'
 
 /** ✅ 你的 WS 地址前缀(后面拼 userId) */
-const WS_BASE = 'wss://域名/ws/chat?userId='
+const WS_BASE = 'wss://wrj.shuixiongit.com/ws/chat?userId='
 
-const uid = ref('2')
-const peerUid = ref('3')
+const uid = ref('7')
+const peerUid = ref('8')
 
 const connected = ref(false)
 const state = ref('idle') // idle | calling | ringing | in-call

--
Gitblit v1.9.3