Ver Fonte

提交

1
mo há 1 ano atrás
pai
commit
5d4c3d79ba
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      src/components/RouterError/index.tsx

+ 0 - 2
src/components/RouterError/index.tsx

@@ -34,7 +34,6 @@ export default defineComponent({
     });
 
     const checkNewVersion = async () => {
-      console.log('调用checkNewVersion',)
       if ('serviceWorker' in navigator) {
         // let refreshing = false
         const flag = (await caches.keys()).length > 0;
@@ -47,7 +46,6 @@ export default defineComponent({
             window.location.reload();
           }
         });
-
         // 尝试监听install
 
         let refreshing = false;