add release v4.1.4

This commit is contained in:
RockYang
2024-09-20 15:50:04 +08:00
parent 32919de7a7
commit 5fa17b300e
12 changed files with 68 additions and 53 deletions

View File

@@ -202,7 +202,7 @@ const pay = (product, payWay) => {
loadingText.value = "正在生成支付订单..."
let host = process.env.VUE_APP_API_HOST
if (host === '') {
host = `${location.protocol}://${location.host}`;
host = `${location.protocol}//${location.host}`;
}
httpPost(`${process.env.VUE_APP_API_HOST}/api/payment/doPay`, {
product_id: product.id,