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=