From 4a4d26f01844c198b703d8e1e23fe1f1f57e1dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:41:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E3=80=81=E4=BA=91=E4=B8=8B?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.env.production b/.env.production index 123c801..03fd7bb 100644 --- a/.env.production +++ b/.env.production @@ -5,11 +5,9 @@ VUE_APP_TITLE = 上动新能源-EMS管理系统 NODE_ENV = 'production' # EMS管理系统/生产环境 -# VUE_APP_BASE_API= 'http://1.15.120.242:8089' -VUE_APP_BASE_API= 'http://localhost:2024' +VUE_APP_BASE_API= 'http://127.0.0.1:8089' # EMS管理系统/生产环境 图片拼接地址 -# VUE_APP_IMG_URL = 'http://1.15.120.242:8089' -VUE_APP_IMG_URL = 'http://localhost:2024' +VUE_APP_IMG_URL = 'http://127.0.0.1:8089'