浏览代码

Merge branch 'main' into feature/v1.0.36

lianbingjie 1 年之前
父节点
当前提交
3e74584336
共有 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) {
         await this.beforeLeavePage()
       }
-      this.$router.push('/free/svip/buy')
+      this.$router.push('/common/order/create/svip')
     }
   }
 }