panhui před 4 roky
rodič
revize
2e8a644a29
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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")
         .post("/order/create?collectionId=" + this.$route.query.id + "&qty=1")
         .then((res) => {
         .then((res) => {
           document.location.replace(
           document.location.replace(
-            this.$baseUrl + "/payOrder/alipay?id=" + res.id
+            this.$baseUrl + "payOrder/alipay?id=" + res.id
           );
           );
         })
         })
         .catch((e) => {
         .catch((e) => {