From 234bc6ea762f51253ee4ae390892afe632282ea4 Mon Sep 17 00:00:00 2001 From: lijingjia Date: Mon, 21 Oct 2024 10:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=BB=84=E7=BB=87=E6=9C=BA?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index e1832c1e..2144047a 100644 --- a/.env.development +++ b/.env.development @@ -13,7 +13,7 @@ VITE_PUBLIC_PATH = / # Cross-domain proxy, you can configure multiple # Please note that no line breaks # VITE_PROXY = [["/basic-api","http://localhost:3000"],["/upload","http://localhost:3300/upload"]] -VITE_PROXY=[["/api","http://118.190.144.189:3008"],["/stage-api","https://www.666cxf.com/stage-api"]] # 开发 测试环境 +VITE_PROXY=[["/api","http://60.209.125.238:3008"],["/stage-api","https://www.666cxf.com/stage-api"]] # 开发 测试环境 # Delete console VITE_DROP_CONSOLE = false diff --git a/.env.production b/.env.production index 299179b7..b7ba2992 100644 --- a/.env.production +++ b/.env.production @@ -16,13 +16,13 @@ VITE_BUILD_COMPRESS = 'gzip' VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false # Basic interface address SPA -VITE_GLOB_API_URL=http://118.190.144.189:3008 +VITE_GLOB_API_URL=http://60.209.125.238:3008 # File upload address, optional VITE_GLOB_UPLOAD_URL=http://47.104.255.182:8091/api/VW_INFO_FILES/CommonUpload # 预览地址 -VITE_GLOB_VIEW_URL=http://118.190.144.189:3013 +VITE_GLOB_VIEW_URL=http://60.209.125.238:3013 # Interface prefix VITE_GLOB_API_URL_PREFIX=