From 0c026f9cb1ccd39690a118af70023fe29f051388 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期一, 14 四月 2025 17:29:38 +0800
Subject: [PATCH] fix:修改项目界面适配

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

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

--
Gitblit v1.9.3