From 728311a10fb825369cd4ad141af203de4d668e8f Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期四, 27 三月 2025 17:28:03 +0800
Subject: [PATCH] fix:对接生态流量数据

---
 .env.development |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.env.development b/.env.development
index 6c41795..c742c27 100644
--- a/.env.development
+++ b/.env.development
@@ -5,6 +5,9 @@
 # 开发环境配置
 VITE_APP_ENV = 'development'
 
+# 图片地址
+VITE_APP_IMG_BASEURL='http://192.168.0.200:8036/upload'
+
 # 金川接口
   # VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8030'
   # VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8036'

--
Gitblit v1.9.3