From c71f335df1dabee361fe2ccf26f52923f37061c6 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Fri, 17 May 2024 09:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.production b/.env.production index 52b32c4..90352e5 100644 --- a/.env.production +++ b/.env.production @@ -1,13 +1,13 @@ # 生产环境 -NODE_ENV=test +NODE_ENV=prod VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://10.62.139.32:80/api' +VITE_BASE_URL='http://10.230.41.31:80/api' # 上传路径 -VITE_UPLOAD_URL='http://10.62.139.32:80/api/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://10.230.41.31:80/api/admin-api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH= @@ -31,7 +31,7 @@ VITE_BASE_PATH=/ VITE_OUT_DIR=tianhe # 自定义接口路径 -VITE_INTERFACE_URL='http://10.62.139.32:80/magic/web/index.html' +VITE_INTERFACE_URL='http://10.230.41.31:90/magic/web/index.html' # 积木报表请求路径 -VITE_JMREPORT_BASE_URL='http://10.62.139.32:80' +VITE_JMREPORT_BASE_URL='http://10.230.41.31:90'