From 071a09a40ac6b8b521fdc6190dc448a8de01dc02 Mon Sep 17 00:00:00 2001 From: wxy <14293288+zysysys@user.noreply.gitee.com> Date: Thu, 29 Aug 2024 15:40:28 +0800 Subject: [PATCH] =?UTF-8?q?```feat(money):=20=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E7=BB=84=E4=BB=B6=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E8=BF=94=E5=9B=9EURL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 创建index.vue文件以支持货币购买功能,包括基础结构设置。 - 更新pay的index.vue中的返回URL,从本地主机到指定的IP地址,以确保在金钱操作后正确重定向用户。 ``` --- src/views/money/buy/index.vue | 11 +++++++++++ src/views/money/pay/index.vue | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/views/money/buy/index.vue diff --git a/src/views/money/buy/index.vue b/src/views/money/buy/index.vue new file mode 100644 index 0000000..762e8b7 --- /dev/null +++ b/src/views/money/buy/index.vue @@ -0,0 +1,11 @@ + + + + + diff --git a/src/views/money/pay/index.vue b/src/views/money/pay/index.vue index 06c009a..e9bd4b7 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://localhost/money/money', + returnUrl:'http://172.13.1.1//money/money', //充值参数 rechargeParams: { "totalAmt": '', //金额