From b2ebdf1c46264cfc62804d2cdbd31018df51a3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=AC=A3=E6=82=A6?= <2289014031@qq.com> Date: Fri, 6 Sep 2024 17:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E7=BA=BF=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/market/orders/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/market/orders/index.vue b/src/views/market/orders/index.vue index 33b235b..e2c1e0e 100644 --- a/src/views/market/orders/index.vue +++ b/src/views/market/orders/index.vue @@ -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('付款成功') },