Your Name 3 năm trước cách đây
mục cha
commit
c5a8f82952
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/layout/BaseLayout/index.tsx

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

@@ -271,7 +271,10 @@ export default defineComponent({
         async function cremetting(){
 
 
-          const meeting = new Meeting();
+          try{
+            window.metting.deleteMeeting();
+          }catch(E){}
+          
          
           await window.metting.getLocalUserInfo();
           const res = await window.metting.queryUser("5269850340392960");