From 19a06d7cd879f8344757908a1f8c6c10cc22c370 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 28 Jan 2026 23:02:00 +0800
Subject: [PATCH] 1

---
 .env.development                     |   13 ++-----------
 .env.preview                         |    2 +-
 src/views/capital/withdrawallist.vue |   31 ++++++++++++++++++++-----------
 .env                                 |    2 +-
 4 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/.env b/.env
index a2c16a8..a59afc9 100644
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
 NODE_ENV=production
 VUE_APP_PREVIEW=true
-VUE_APP_API_BASE_URL= https://api.fidelitys.xyz/
+VUE_APP_API_BASE_URL= https://api.fidelitys.cfd/
 # VUE_APP_API_BASE_URL=http://www.jqydl.com:8091/
 # VUE_APP_API_BASE_URL= https://api.dfddgj346.xyz/
 # VUE_APP_API_BASE_URL=https://www.rksv.store:8091/
diff --git a/.env.development b/.env.development
index 200f9d2..187a6de 100644
--- a/.env.development
+++ b/.env.development
@@ -1,14 +1,5 @@
 NODE_ENV=development
 VUE_APP_PREVIEW=true
-# VUE_APP_API_BASE_URL=http://www.jqydl.com:8091/
-# VUE_APP_API_BASE_URL=https://api.3falcon.com/
-# VUE_APP_API_BASE_URL=https://api.marwadi.online/
-# VUE_APP_API_BASE_URL=https://www.rksv.store:8091/
-# VUE_APP_API_BASE_URL=https://api.dfddgj346.xyz/
-# VUE_APP_API_BASE_URL=https://api.durocaspitall.com/
-# VUE_APP_API_BASE_URL=https://api.fidelityio.com/
-# VUE_APP_API_BASE_URL= https://www.prudentcapitals.net/
-# VUE_APP_API_BASE_URL=https://api.guosen.org/
 
-# VUE_APP_API_BASE_URL=https://api.fidelitys.xyz/
-VUE_APP_API_BASE_URL=http://192.168.10.5:8219/
\ No newline at end of file
+VUE_APP_API_BASE_URL=https://api.fidelitys.cfd/
+# VUE_APP_API_BASE_URL=https://192.168.10.5:8219/
\ No newline at end of file
diff --git a/.env.preview b/.env.preview
index ed9939c..09e9c43 100644
--- a/.env.preview
+++ b/.env.preview
@@ -2,6 +2,6 @@
 
 VUE_APP_PREVIEW=true
 
-VUE_APP_API_BASE_URL=https://api.fidelitys.xyz/
+VUE_APP_API_BASE_URL=https://api.fidelitys.cfd/
 
 # VUE_APP_API_BASE_URL=http://192.168.10.4:8091/
\ No newline at end of file
diff --git a/src/views/capital/withdrawallist.vue b/src/views/capital/withdrawallist.vue
index 04e3aca..5648c4f 100644
--- a/src/views/capital/withdrawallist.vue
+++ b/src/views/capital/withdrawallist.vue
@@ -204,17 +204,26 @@
               customRender: 'withStatus'
             },
           },
-          // {
-          //   title: '提现银行',
-          //   dataIndex: 'bankName',
-          //   align: 'center',
-          // },
-          // {
-          //   title: '提现支行',
-          //   dataIndex: 'bankAddress',
-          //   align: 'center',
-          //   width: 200,
-          // },
+          {
+            title: '提现银行',
+            dataIndex: 'bankName',
+            align: 'center',
+          },
+          {
+            title: '分行名称',
+            dataIndex: 'bankAddress',
+            align: 'center',
+          },
+          {
+            title: '分行代码',
+            dataIndex: 'branchCode',
+            align: 'center',
+          },
+          {
+            title: '账户持有人姓名',
+            dataIndex: 'cardholderName',
+            align: 'center',
+          },
           {
             title: '银行号码或提现地址',
             dataIndex: 'bankNo',

--
Gitblit v1.9.3