From d977abcbd2237a8c7afcd7625bf32a46738c581c 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:30:48 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 8539535..0f3c89d 100644 --- a/.env.production +++ b/.env.production @@ -5,8 +5,8 @@ VUE_APP_TITLE = 上动新能源-EMS管理系统 NODE_ENV = 'production' # EMS管理系统/生产环境 -VUE_APP_BASE_API= 'http://1.15.120.242:8089' +VUE_APP_BASE_API= window.location.origin # EMS管理系统/生产环境 图片拼接地址 -VUE_APP_IMG_URL = 'http://1.15.120.242:8089' +VUE_APP_IMG_URL = window.location.origin