From 20e6eab3129e0d40a2c66650deae79cbfdd46526 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 28 三月 2025 17:07:13 +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