From e8acf56b807be105702321a0be2119963fa69e03 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期四, 24 四月 2025 17:27:10 +0800
Subject: [PATCH] fix:修改水温监控参数

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

diff --git a/.env.production b/.env.production
index d5fbb8b..667b096 100644
--- a/.env.production
+++ b/.env.production
@@ -5,8 +5,10 @@
 # 开发环境配置
 VITE_APP_ENV = 'production'
 
-# 金川管理系统/开发环境
-#VITE_APP_PUBLIC_REQUEST_API = 'https://wise.huiwuyuntong.com/farming-api'
+# 图片地址
+VITE_APP_IMG_BASEURL = 'http://113.250.189.120:8036/upload'
+
+# 金川管理系统/正式环境
  VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8036'
 # 是否在打包时开启压缩,支持 gzip 和 brotli
 VITE_BUILD_COMPRESS = gzip

--
Gitblit v1.9.3