Browse Source

Merge branch 'feature_20250331_日报分享' into uat(dev)

zhujindu 5 months ago
parent
commit
6c2634b703
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/week/daily.vue

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

@@ -766,7 +766,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();
                     }