From 1a11c67aadad66afd217333668be5db9ee641be7 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 14:42:27 +0800 Subject: [PATCH] =?UTF-8?q?test=20=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 8539535..123c801 100644 --- a/.env.production +++ b/.env.production @@ -5,8 +5,11 @@ VUE_APP_TITLE = 上动新能源-EMS管理系统 NODE_ENV = 'production' # EMS管理系统/生产环境 -VUE_APP_BASE_API= 'http://1.15.120.242:8089' +# VUE_APP_BASE_API= 'http://1.15.120.242:8089' +VUE_APP_BASE_API= 'http://localhost:2024' + # EMS管理系统/生产环境 图片拼接地址 -VUE_APP_IMG_URL = 'http://1.15.120.242:8089' +# VUE_APP_IMG_URL = 'http://1.15.120.242:8089' +VUE_APP_IMG_URL = 'http://localhost:2024'