修正支付页面URL中的协议拼写错误
在支付页面的同步跳转地址中,协议部分从"http://"错误地写为了"http//"。此提交已修正该错误,确保跳转地址正确格式化为"http://172.13.1.1/money/money"。master
parent
071048dd0a
commit
332c3ab95f
|
@ -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": '', //金额
|
||||
|
|
Loading…
Reference in New Issue