瀏覽代碼

日报分享

zhujindu 7 月之前
父節點
當前提交
dd72ba1bf5
共有 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);