Эх сурвалжийг харах

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

cuiyalong 1 жил өмнө
parent
commit
65699eb7dd

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

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