From ae96b80b61487e944213608b1a49939119853114 Mon Sep 17 00:00:00 2001 From: "SWX\\10484" <1048449493@qq.com> Date: Thu, 18 Jun 2026 11:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../videoCommunication/realTimeConsultation.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/videoCommunication/realTimeConsultation.vue b/src/views/videoCommunication/realTimeConsultation.vue index 3fa0ab8..c57f1b2 100644 --- a/src/views/videoCommunication/realTimeConsultation.vue +++ b/src/views/videoCommunication/realTimeConsultation.vue @@ -616,14 +616,14 @@ export default { join() { const userID = this.userID; const roomID = this.roomID; - if (!userID) { - this.$message({ message: "用户名不能为空", type: "warning" }); - return; - } - if (!roomID) { - this.$message({ message: "房间号不能为空", type: "warning" }); - return; - } + // if (!userID) { + // this.$message({ message: "用户名不能为空", type: "warning" }); + // return; + // } + // if (!roomID) { + // this.$message({ message: "房间号不能为空", type: "warning" }); + // return; + // } const userName = this.$store.state.user.userInfo?.name || userID; window.hirtcwebsdk.join('1006110', 'ce84dbf44832bb97faa3bfd735f73c1b', '123123'); },