Browse Source

fix: 修复实例订单完成支付后跳转到 404 页面的问题

DevDengChao 1 year ago
parent
commit
79f011fe17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/pay/demo/order/index.vue

+ 1 - 1
src/views/pay/demo/order/index.vue

@@ -147,7 +147,7 @@ const handlePay = (row: any) => {
     name: 'PayCashier',
     query: {
       id: row.payOrderId,
-      returnUrl: encodeURIComponent('/pay/demo-order?id=' + row.id)
+      returnUrl: encodeURIComponent('/pay/demo/order?id=' + row.id)
     }
   })
 }