Skip to content

Commit 05e6c2c

Browse files
authored
Merge pull request #50 from DevDengChao/fix/demo-order-return-url
fix: 修复实例订单完成支付后跳转到 404 页面的问题
2 parents 057a980 + 79f011f commit 05e6c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/pay/demo/order/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const handlePay = (row: any) => {
147147
name: 'PayCashier',
148148
query: {
149149
id: row.payOrderId,
150-
returnUrl: encodeURIComponent('/pay/demo-order?id=' + row.id)
150+
returnUrl: encodeURIComponent('/pay/demo/order?id=' + row.id)
151151
}
152152
})
153153
}

0 commit comments

Comments
 (0)