浏览代码

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

zhujindu 8 月之前
父节点
当前提交
b15832731c
共有 1 个文件被更改,包括 2 次插入2 次删除
  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);