From 0aa8adcb3708558ece1ea83d61dd80f5dd8370f4 Mon Sep 17 00:00:00 2001 From: Brian Lee Date: Tue, 11 Jun 2024 13:24:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E5=90=8E=E7=AB=AF=E5=9B=BE=E7=89=87=E5=89=8D?= =?UTF-8?q?=E7=BC=80=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index f6e8e63..e2d11bf 100644 --- a/.env.production +++ b/.env.production @@ -17,7 +17,12 @@ VITE_GLOB_API_URL = VITE_GLOB_UPLOAD_URL= # 图片前缀地址 -VITE_GLOB_IMG_URL="http://47.93.59.251:8311/jeecg-boot" +# 客户uat +#VITE_GLOB_IMG_URL="http://aiocr-uat.prevailcloud.com/api" +# 客户生产 +#VITE_GLOB_IMG_URL="http://aiocr.prevailcloud.com/api" +# 测试环境 +VITE_GLOB_IMG_URL="http://81.70.154.131/api" # 接口前缀 VITE_GLOB_API_URL_PREFIX = /api