From 4b42dfb742ddebc027f2b577e2e37acf2b6cc91c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 12 Aug 2025 17:06:11 +0800
Subject: [PATCH] 1
---
.env.development | 2 +-
.env.preview | 2 +-
src/views/capital/withdrawallist.vue | 6 ++++++
.env | 2 +-
4 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/.env b/.env
index ea84af7..3336558 100644
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
NODE_ENV=production
VUE_APP_PREVIEW=true
-VUE_APP_API_BASE_URL= https://rgapi.yanshiz.com/
+VUE_APP_API_BASE_URL= https://api.bycarlyle.com/
# 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 34407d3..f2e941f 100644
--- a/.env.development
+++ b/.env.development
@@ -5,7 +5,7 @@
# 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://rgapi.yanshiz.com/
+VUE_APP_API_BASE_URL=https://api.bycarlyle.com/
# 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/
diff --git a/.env.preview b/.env.preview
index a608ab2..b6d5fa0 100644
--- a/.env.preview
+++ b/.env.preview
@@ -2,6 +2,6 @@
VUE_APP_PREVIEW=true
-VUE_APP_API_BASE_URL=https://rgapi.yanshiz.com/
+VUE_APP_API_BASE_URL=https://api.bycarlyle.com/
# 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 affcefc..546845b 100644
--- a/src/views/capital/withdrawallist.vue
+++ b/src/views/capital/withdrawallist.vue
@@ -216,6 +216,12 @@
width: 200,
},
{
+ title: '支行番号',
+ dataIndex: 'branchNo',
+ align: 'center',
+ width: 200,
+ },
+ {
title: '银行号码',
dataIndex: 'bankNo',
align: 'center',
--
Gitblit v1.9.3