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 1/4] =?UTF-8?q?```feat(money):=20=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E6=96=B0=E8=A7=86=E5=9B=BE=E7=BB=84=E4=BB=B6=E5=B9=B6=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0=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": '', //金额
From aa10c64af757de80878a3b5db150b7e0646b1f59 Mon Sep 17 00:00:00 2001
From: wxy <14293288+zysysys@user.noreply.gitee.com>
Date: Thu, 29 Aug 2024 17:17:21 +0800
Subject: [PATCH 2/4] =?UTF-8?q?```plaintextfeat(workbench):=20=E5=AE=9E?=
=?UTF-8?q?=E7=8E=B0rate=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=88=9D=E5=A7=8B?=
=?UTF-8?q?=E5=B8=83=E5=B1=80=E5=92=8C=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
包括余额展示和接口列表的展示。页面使用Element UI的卡片和表格组件,通过调用API获取用户余额和接口列表数据。在创建页面时自动获取数据以显示。布局通过flexbox实现,分为左右两部分。
```
---
src/views/workbench/rate/index.vue | 96 ++++++++++++++++++++++++++++++
1 file changed, 96 insertions(+)
create mode 100644 src/views/workbench/rate/index.vue
diff --git a/src/views/workbench/rate/index.vue b/src/views/workbench/rate/index.vue
new file mode 100644
index 0000000..66e4532
--- /dev/null
+++ b/src/views/workbench/rate/index.vue
@@ -0,0 +1,96 @@
+
+ 账户余额
+ ¥:{{ userBalanceData.userBalance || '加载中...' }}
+ 接口列表
+