From 9ab326c36af26c525dc5e6d1b03d4f8238d7435c Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Tue, 25 Jun 2024 13:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 98f7825..2eb8a52 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://qcjeam.faway.com/api' # 上传路径 -VITE_UPLOAD_URL='http://10.62.139.32:80/api/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://qcjeam.faway.com/api/admin-api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH=