吉安感知网项目-前端
chenyao
7 days ago 624248e45b73a2ca850c9f41b7dac7b11fe027be
feat:更新ws地址
3 files modified
6 ■■■■ changed files
applications/drone-command/src/views/audioCall.vue 2 ●●● patch | view | raw | blame | history
applications/mobile-web-view/src/appPages/voiceCallDetail/index.vue 2 ●●● patch | view | raw | blame | history
uniapps/work-app/src/hooks/useGlobalWS.js 2 ●●● patch | view | raw | blame | history
applications/drone-command/src/views/audioCall.vue
@@ -37,7 +37,7 @@
/** ✅ 你的 WS 地址前缀(后面拼 userId) */
// const WS_BASE = 'ws://218.202.104.82:38201/ws/chat'
const WS_BASE = 'ws://220.177.172.27:8100/yisuanzhijian/system/ws/chat'
const WS_BASE = 'ws://220.177.172.27:8100/webrtc/ws/chat'
const uid = ref('2021474568497131521')
const peerUid = ref('2021474815063486465')
applications/mobile-web-view/src/appPages/voiceCallDetail/index.vue
@@ -44,7 +44,7 @@
/** ✅ 你的 WS 地址前缀(后面拼 userId) */
// const WS_BASE = 'ws://218.202.104.82:38201/ws/chat?userId='
// const WS_BASE = 'ws://218.202.104.82:38201/ws/chat'
const WS_BASE = 'ws://220.177.172.27:8100/yisuanzhijian/system/ws/chat'
const WS_BASE = 'ws://220.177.172.27:8100/webrtc/ws/chat'
const newUserInfo = ref(null)
const uid = ref('')
const peerUid = ref('')
uniapps/work-app/src/hooks/useGlobalWS.js
@@ -32,7 +32,7 @@
  // WebSocket基础URL
  // const WS_BASE = 'wss://wrj.shuixiongit.com/ws/chat?userId=';
  // const WS_BASE = 'ws://218.202.104.82:38201/ws/chat';
  const WS_BASE = 'ws://220.177.172.27:8100/yisuanzhijian/system/ws/chat';
  const WS_BASE = 'ws://220.177.172.27:8100/webrtc/ws/chat';
    // 获取通讯录数据
  async function fetchContactList() {