mo hace 1 año
padre
commit
5d4c3d79ba
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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;