在这里插入图片描述

// 支付地址
const baseURL = 'http://pcapi-xiaotuxian-front-devtest.itheima.net/'
const backURL = 'http://127.0.0.1:5173/paycallback'
const redirectUrl = encodeURIComponent(backURL)
const payUrl = `${baseURL}pay/aliPay?orderId=${route.query.id}&redirect=${redirectUrl}`

<a class="btn alipay" :href="payUrl"></a>

在这里插入图片描述

点击支付 a 标签跳转到支付页面进行支付。

输入账号密码支付完成之后会回跳到回跳地址。

在这里插入图片描述

Logo

技术共进,成长同行——讯飞AI开发者社区

更多推荐