Browse Source

Merge branch 'main' into feature/v1.0.34

lianbingjie 1 year ago
parent
commit
8af18dab67
1 changed files with 1 additions and 1 deletions
  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')
     }
     }
   }
   }
 }
 }