Your Name před 4 roky
rodič
revize
c5a8f82952
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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");