mo 1 year ago
parent
commit
46f54a9f03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/RouterError/index.tsx

+ 1 - 1
src/components/RouterError/index.tsx

@@ -88,7 +88,7 @@ export default defineComponent({
 
 
         navigator.serviceWorker.addEventListener('controllerchange', () => {
-          console.log('controllerchange刷新' ,console.log(route.path));
+          console.log('controllerchange刷新' ,route.path,'path');
           if (refreshing) {
             return;
           }