改线上

pull/7/head^2
Aaaaaaaa 2024-09-06 17:33:47 +08:00
parent 8686aadd8d
commit b2ebdf1c46
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ export default {
pay(row){
console.log(row)
window.open("http://21.12.0.10:8080/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice)
window.open("http://21.12.0.10:80/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice)
this.$message.success('付款成功')
},