From e3c2cd23253f3501be7d31e03955fbb6f4aa3556 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 15 May 2026 16:30:04 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v9.0/9.0.4' into prod
---
src/hooks/useGlobalWS.js | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/hooks/useGlobalWS.js b/src/hooks/useGlobalWS.js
index d69c771..edb84c8 100644
--- a/src/hooks/useGlobalWS.js
+++ b/src/hooks/useGlobalWS.js
@@ -1,6 +1,5 @@
import {useUserStore} from "@/store/index.js";
import {getEnvObj} from "@/utils/index.js";
-import {enterRoom} from "@/utils/voiceCallByTX/index.js";
import useAppStore from "../store/modules/app/index.js";
let socketTask = null
@@ -30,9 +29,6 @@
uni.reLaunch({
url: '/pages/login/index'
})
- break
- case 'VoiceCall':
- enterRoom(payload, userId.value)
break
default:
break;
--
Gitblit v1.9.3