From a1bc4af0d49e77b366da84de617b25285a53b653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=AC=A3=E6=82=A6?= <2289014031@qq.com> Date: Mon, 9 Sep 2024 15:58:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=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 4d16431..ebb691b 100644 --- a/src/views/market/orders/index.vue +++ b/src/views/market/orders/index.vue @@ -314,7 +314,7 @@ export default { pay(row){ console.log(row) - window.open("http://21.12.0.10/prod-api/market/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice) + window.open("http://21.12.0.10:80/prod-api/market/alipay/pay?productName="+row.productName +"&ordersNum="+row.ordersNum+"&ordersPrice="+row.ordersPrice) this.$message.success('付款成功') updateByordersState1(ordersForm).then(response=>{ alert(response.msg)