@@ -134,7 +134,7 @@ export default {
.post("/order/create?collectionId=" + this.$route.query.id + "&qty=1")
.then((res) => {
document.location.replace(
- this.$baseUrl + "/payOrder/alipay?id=" + res.id
+ this.$baseUrl + "payOrder/alipay?id=" + res.id
);
})
.catch((e) => {