From 332c3ab95fe132ebc313d9c88d64e27ca00d3b73 Mon Sep 17 00:00:00 2001 From: wxy <14293288+zysysys@user.noreply.gitee.com> Date: Tue, 3 Sep 2024 10:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=94=AF=E4=BB=98=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2URL=E4=B8=AD=E7=9A=84=E5=8D=8F=E8=AE=AE=E6=8B=BC?= =?UTF-8?q?=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在支付页面的同步跳转地址中,协议部分从"http://"错误地写为了"http//"。此提交已修正该错误,确保跳转地址正确格式化为"http://172.13.1.1/money/money"。 --- src/views/money/pay/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/money/pay/index.vue b/src/views/money/pay/index.vue index e9bd4b7..ba0c9fd 100644 --- a/src/views/money/pay/index.vue +++ b/src/views/money/pay/index.vue @@ -44,7 +44,7 @@ export default { addSysUser: {}, disabled: false, // 同步跳转页面地址 - returnUrl:'http://172.13.1.1//money/money', + returnUrl:'http://172.13.1.1/money/money', //充值参数 rechargeParams: { "totalAmt": '', //金额