From 1dbe5218faaaca23be6536ab56972cb1a3c10f2e Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 16 Aug 2023 14:09:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=9F=E4=BA=A7=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index e0730e0d..58ff3e1f 100644 --- a/.env.production +++ b/.env.production @@ -6,8 +6,8 @@ NODE_ENV = production VUE_APP_TITLE = '托克逊能源管理平台' # 接口地址 -VUE_APP_API_BASEURL = http://10.99.5.79:20309/api -VUE_APP_BASEURL = http://10.99.5.79:20309 +VUE_APP_API_BASEURL = http://49.232.14.174:2226/api +VUE_APP_BASEURL = http://49.232.14.174:2226 # VUE_APP_API_BASEURL = http://1.203.161.103:2800/api # VUE_APP_BASEURL = http://1.203.161.103:2800 \ No newline at end of file