From dd36e59f6ef5057dc6334ebb2a8e492c9786b04c Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 26 三月 2024 15:08:15 +0800
Subject: [PATCH] 会议修改、学生点击加入bug修改

---
 src/views/myMeet/index.vue  |    2 +-
 src/views/meeting/index.vue |   21 +++++----------------
 2 files changed, 6 insertions(+), 17 deletions(-)

diff --git a/src/views/meeting/index.vue b/src/views/meeting/index.vue
index 3f08707..7c99333 100644
--- a/src/views/meeting/index.vue
+++ b/src/views/meeting/index.vue
@@ -82,25 +82,14 @@
       this.userName = re.response.userName
       console.log(this.userInfo, this.roomName, this.userName)
     })
-    // JitsiMeetJS.init();
-    // const options = {
-    //   serviceUrl:'https://124.222.18.104:8443/http-bind',
-    //   hosts: {
-    //     domain: 'https://124.222.18.104:8443/',
-    //     muc: 'conference.meet.jit.si',
-    //   },
-    //   bosh: 'https://124.222.18.104:8443/http-bind',
-    //   useStunTurn: true
-    // }
-    const domain = '124.222.18.104:8443';
+
+    const domain = '101.35.247.188:8443';
     const options = {
       roomName: this.roomName,
-      width: 100+'%',
-      height: 100+'%',
+      width: '100%',
+      height: '100%',
+      lang: 'zh_CN',
       parentNode: document.querySelector('#meet'),
-      configOverwrite: {
-        disableSsl: true
-      },
       userInfo: { displayName: this.userName }
     };
     // const connection = new JitsiMeetJS.JitsiConnection('123', null, options);
diff --git a/src/views/myMeet/index.vue b/src/views/myMeet/index.vue
index 19044bc..57b4b92 100644
--- a/src/views/myMeet/index.vue
+++ b/src/views/myMeet/index.vue
@@ -65,7 +65,7 @@
     },
     subMeet(row){
       console.log('璺宠浆鍒扮啲meet',row)
-      this.$router.push({path:'/meet/index',query: {roomName:'Admin'}})
+      this.$router.push({path:'/meet/index',query: {roomName:row.roomName}})
     }
   }
 }

--
Gitblit v1.8.0