From e9edefe94828879082a4e75e84917a06c388ce7d Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Wed, 23 Oct 2024 10:33:42 +0800 Subject: [PATCH] =?UTF-8?q?http=E6=94=B9=E6=88=90https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index 2322576..5f07d48 100644 --- a/.env.production +++ b/.env.production @@ -4,10 +4,10 @@ NODE_ENV=prod VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://qcjeam.faway.com/api' +VITE_BASE_URL='https://qcjeam.faway.com/api' # 上传路径 -VITE_UPLOAD_URL='http://qcjeam.faway.com/api/admin-api/infra/file/upload' +VITE_UPLOAD_URL='https://qcjeam.faway.com/api/admin-api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH= @@ -31,7 +31,7 @@ VITE_BASE_PATH=/ VITE_OUT_DIR=eam-ui # 自定义接口路径 -VITE_INTERFACE_URL='http://qcjeam.faway.com/magic/web/index.html' +VITE_INTERFACE_URL='https://qcjeam.faway.com/magic/web/index.html' # 积木报表请求路径 -VITE_JMREPORT_BASE_URL='http://qcjeam.faway.com' +VITE_JMREPORT_BASE_URL='https://qcjeam.faway.com'