Your Name 3 년 전
부모
커밋
fc4e795aeb
2개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 6
      public/meeting.js
  2. 0 1
      src/layout/BaseLayout/index.tsx

+ 1 - 6
public/meeting.js

@@ -559,12 +559,7 @@ Meeting.prototype = {
             setTimeout(() => {
                 this[this.targetid].showBrower(false);
             }, 100);
-            setTimeout(() => {
-                this[this.targetid].showBrower(false);
-            }, 100);
-            setTimeout(() => {
-                this[this.targetid].showBrower(false);
-            }, 100);
+            
 
         } catch (E) {}
     },

+ 0 - 1
src/layout/BaseLayout/index.tsx

@@ -390,7 +390,6 @@ export default defineComponent({
             if(window.metting){
               window.metting.closeVideo();
               window.metting = false;
-              window.theSocket = false;
             if(window.isdanbing){
               window.metting.deleteMeeting();
               window.metting.closeClient()