Your Name 3 years ago
parent
commit
c5a8f82952
1 changed files with 4 additions and 1 deletions
  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");