From 2f0fa3545b539e8b6f952ea82a1ca2350c64a0e8 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期二, 22 四月 2025 17:28:48 +0800
Subject: [PATCH] fix:修改报警,添加参数

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

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

--
Gitblit v1.9.3