From 922acddc2453785608cd54f3d5cd0c0cf1198941 Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Tue, 19 Aug 2025 11:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=91=E5=B8=81=E9=87=91=E8=B1=86=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E9=98=B2=E6=AD=A2=E9=87=8D=E5=A4=8D=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/views/audit/bean/beanAudit.vue | 34 ++++++--- src/views/audit/gold/rechargeAudit.vue | 110 +++++++++++++++------------- src/views/audit/gold/refundAudit.vue | 105 ++++++++++++++------------ src/views/consume/bean/addBeanConsume.vue | 1 + src/views/recharge/bean/addBeanRecharge.vue | 1 + 6 files changed, 144 insertions(+), 111 deletions(-) diff --git a/.env.development b/.env.development index 4a254d4..f7965ab 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -# VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' +VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' # 测试环境 # VITE_API_BASE='http://54.255.212.181:10704/' # 正式环境 @@ -11,6 +11,6 @@ VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload # zhangyong # VITE_API_BASE='http://192.168.3.83:8081/' # 本地 -VITE_API_BASE='http://localhost:8081/' +# VITE_API_BASE='http://localhost:8081/' # sunjiabei # VITE_API_BASE='http://192.168.0.113:8081/' \ No newline at end of file diff --git a/src/views/audit/bean/beanAudit.vue b/src/views/audit/bean/beanAudit.vue index bfccdac..1c1133e 100644 --- a/src/views/audit/bean/beanAudit.vue +++ b/src/views/audit/bean/beanAudit.vue @@ -59,15 +59,20 @@