From 3794abbafc31c13ec6f7783e8cdd809a41010142 Mon Sep 17 00:00:00 2001 From: jiang <358254771@qq.com> Date: Wed, 4 Dec 2024 16:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=92=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index 7d93e1d..b6fc12c 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ # 开发环境 # 请求接口地址 -VITE_REQUEST_BASE_URL = http://10.75.166.6:8080/jeecg-boot +VITE_REQUEST_BASE_URL = https://36.112.48.190 diff --git a/.env.production b/.env.production index 347e7a2..f2ecc62 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,3 @@ # 生产环境 # 请求接口地址 -# VITE_REQUEST_BASE_URL = https://36.112.48.190 -# H5 页面直连10.75.166.6 -VITE_REQUEST_BASE_URL = http://10.75.166.6:8080/jeecg-boot \ No newline at end of file +VITE_REQUEST_BASE_URL = https://36.112.48.190 \ No newline at end of file