소스 검색

提交订单

panhui 4 년 전
부모
커밋
2e8a644a29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/nine-space/src/views/Submit.vue

+ 1 - 1
src/main/nine-space/src/views/Submit.vue

@@ -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) => {