dedsudiyu hace 9 meses
padre
commit
ef193dd3ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -81,7 +81,7 @@
                                     }
                                 ).then(() => {
                                     clearInterval(self.timer);
-                                    window.location.reload();
+                                    location.reload(true);
                                 }).catch(() => {});
                             }
                         }