Commit 79f011fe by DevDengChao

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

parent 6c179809
......@@ -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)
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment