Parcourir la source

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

zhujindu il y a 8 mois
Parent
commit
b15832731c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/week/dailyHistoricalDetails.vue

+ 2 - 2
src/views/week/dailyHistoricalDetails.vue

@@ -817,7 +817,7 @@ export default {
             })
             .then(() => {
               this.$router.replace({
-                path: '/home',
+                path: '/My/index',
               });
             });
         } else {
@@ -884,7 +884,7 @@ export default {
     onClickLeft() {
       if (this.source == 'share') {
         this.$router.replace({
-          path: '/subordinateHistoricalDaily',
+          path: '/My/index',
         });
       } else {
         this.$router.go(-1);