From 4073efb6a8c314105ee109e2e750e3766f8164ba Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 06 Jan 2026 17:36:46 +0800
Subject: [PATCH] 1

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

diff --git a/.env b/.env
index 2d2899e..d7b1eb8 100644
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
 NODE_ENV=production
 VUE_APP_PREVIEW=true
-VUE_APP_API_BASE_URL= https://api.stcarlyle.com/
+VUE_APP_API_BASE_URL= https://jpapi.stcarlyle.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 effec43..dc074bd 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://api.stcarlyle.com/
+VUE_APP_API_BASE_URL=https://jpapi.stcarlyle.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 778236f..809f3ac 100644
--- a/.env.preview
+++ b/.env.preview
@@ -2,6 +2,6 @@
 
 VUE_APP_PREVIEW=true
 
-VUE_APP_API_BASE_URL=https://api.stcarlyle.com/
+VUE_APP_API_BASE_URL=https://jpapi.stcarlyle.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 546845b..4639957 100644
--- a/src/views/capital/withdrawallist.vue
+++ b/src/views/capital/withdrawallist.vue
@@ -127,8 +127,8 @@
       <div slot="footer" style="display: flex; justify-content: center; align-items: center">
         <a-button type="primary" style="background-color: " @click="OkeditOrderdialog(3)">驳回</a-button>
         <a-button type="primary" @click="OkeditOrderdialog(2)">通过</a-button>
-        <a-button type="primary" @click="OkeditOrderdialog(1)">代付1</a-button>
-        <a-button type="primary" @click="OkeditOrderdialog(4)">代付2</a-button>
+        <!-- <a-button type="primary" @click="OkeditOrderdialog(1)">代付1</a-button>
+        <a-button type="primary" @click="OkeditOrderdialog(4)">代付2</a-button> -->
       </div>
     </a-modal>
   </page-header-wrapper>

--
Gitblit v1.9.3