From f958ce2aea8c01e8475b2cba44437ef2dff607d8 Mon Sep 17 00:00:00 2001 From: yewj Date: Fri, 11 Oct 2024 15:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 3262f87..5e17257 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = UDI追溯监管平台 ENV = 'development' # VUE_APP_BASE_API = 'https://ts.udims.com/api/' -VUE_APP_BASE_API = 'http://127.0.0.1:9002' +VUE_APP_BASE_API = 'http://192.168.0.166:9002' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/' diff --git a/.env.production b/.env.production index 511b6ec..97c08d0 100644 --- a/.env.production +++ b/.env.production @@ -11,6 +11,10 @@ ENV = 'production' # 线上 VUE_APP_BASE_API = 'http://139.159.224.202/api' +# VUE_APP_BASE_API = 'http://192.168.66.133/api' + + + # VUE_APP_BASE_API = 'http://192.168.0.166:9150/UDI_CPT_SERVER/' # 应用访问路径 例如使用前缀 /admin/