From 73149745947d295331290856fe16713e5962721f Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期五, 18 四月 2025 14:06:06 +0800
Subject: [PATCH] fix:修改判断参数

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

diff --git a/.env.production b/.env.production
index f57c2c3..b3e1770 100644
--- a/.env.production
+++ b/.env.production
@@ -6,9 +6,9 @@
     VITE_APP_ENV = 'production'
 
 # 图片地址
-    VITE_APP_IMG_BASEURL = 'http://113.250.189.120:8036/upload'
+    VITE_APP_IMG_BASEURL = '/api/upload'
 
 # 南京管理系统/开发环境
-    VITE_APP_PUBLIC_REQUEST_API = 'http://113.250.189.120:8036'
+    VITE_APP_PUBLIC_REQUEST_API = '/api'
 # 是否在打包时开启压缩,支持 gzip 和 brotli
     VITE_BUILD_COMPRESS = gzip

--
Gitblit v1.9.3