浏览代码

fix: 移动端详情页免费用户下载项目报告跳转调整

cuiyalong 1 年之前
父节点
当前提交
65699eb7dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/mobile/src/views/article/components/DownProjectReport.vue

+ 1 - 1
apps/mobile/src/views/article/components/DownProjectReport.vue

@@ -167,7 +167,7 @@ export default {
       if (this.beforeLeavePage) {
       if (this.beforeLeavePage) {
         await this.beforeLeavePage()
         await this.beforeLeavePage()
       }
       }
-      this.$router.push('/free/svip/buy')
+      this.$router.push('/common/order/create/svip')
     }
     }
   }
   }
 }
 }