From f444a0284a80b504403ab469f765fe800efa282d Mon Sep 17 00:00:00 2001 From: Vce Date: Sun, 28 Apr 2024 16:58:51 +0800 Subject: [PATCH] =?UTF-8?q?dev:=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 ++- .env.production | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index c8da159..703d051 100644 --- a/.env.development +++ b/.env.development @@ -21,7 +21,8 @@ NODE_ENV = 'development' # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -VITE_API_URL = 'http://47.93.215.234:9809' +# VITE_API_URL = 'http://47.93.215.234:9809' #生产环境 +VITE_API_URL = 'http://47.93.215.234:11211' #测试环境 # VITE_API_URL = 'http://jxj.zhgdyun.com:19812' # 苏立信 # VITE_API_URL = 'http://101.43.164.214:11111' diff --git a/.env.production b/.env.production index d830490..425d2f1 100644 --- a/.env.production +++ b/.env.production @@ -21,7 +21,8 @@ NODE_ENV = "production" # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -VITE_API_URL = 'http://47.93.215.234:9809' +# VITE_API_URL = 'http://47.93.215.234:9809' #生产环境 +VITE_API_URL = 'http://47.93.215.234:11211' #测试环境 # 苏立信 # VITE_API_URL = 'http://101.43.164.214:11111'