zhujindu vor 5 Monaten
Ursprung
Commit
7339678d91
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/week/daily.vue

+ 1 - 1
src/views/week/daily.vue

@@ -765,7 +765,7 @@ export default {
                   })
                   .catch(() => {
                     if (this.$route.query.reportId != undefined) {
-                      window.location.replace(window.location.origin + '/mobile/myHistoricalDaily');
+                      window.location.replace(window.location.origin + '/mobile/home');
                     } else {
                       this.onClickLeft();
                     }