From 3beea8bd4646d2bae9bef028f7226ece015766bd Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期五, 06 六月 2025 16:46:14 +0800
Subject: [PATCH] fix:关闭压缩

---
 .env.staging |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env.staging b/.env.staging
index f76c90c..c684c17 100644
--- a/.env.staging
+++ b/.env.staging
@@ -6,7 +6,7 @@
 VITE_APP_ENV = 'staging'
 
 # 图片地址
-VITE_APP_IMG_BASEURL = 'http://113.250.189.120:8036/upload'
+VITE_APP_IMG_BASEURL = 'https://www.huiwuyuntong.com/water-hydropower-beta/upload'
 
 # 金川管理系统/测试环境
- VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8036'
+ VITE_APP_PUBLIC_REQUEST_API = 'https://www.huiwuyuntong.com/water-hydropower-beta'

--
Gitblit v1.9.3