Explorar o código

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

zhujindu hai 8 meses
pai
achega
b15832731c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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);