From c1d646d1fc89835e9737d6c44c1efdf18c48bd62 Mon Sep 17 00:00:00 2001 From: zhangheng <3226558941@qq.com> Date: Wed, 25 Mar 2026 15:22:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=B3=E5=8F=A3=E4=BA=8C=E9=99=A2=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.staging | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index e5c5d2d..e074897 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 新医路院后患者管理平台 ENV = 'development' # 新医路院后患者管理平台/开发环境 -VUE_APP_BASE_API = 'http://192.168.4.7:19090' +VUE_APP_BASE_API = 'http://192.168.4.245:19090' # 路由懒加载 diff --git a/.env.production b/.env.production index c6b3910..4fe6194 100644 --- a/.env.production +++ b/.env.production @@ -5,5 +5,5 @@ VUE_APP_TITLE = 新医路院后患者管理平台 ENV = 'production' # 新医路院后患者管理平台/生产环境 -VUE_APP_BASE_API = 'http://192.168.4.7:19090' +VUE_APP_BASE_API = 'http://192.168.4.245:19090' diff --git a/.env.staging b/.env.staging index 5256e12..475ea1b 100644 --- a/.env.staging +++ b/.env.staging @@ -7,4 +7,4 @@ NODE_ENV = production ENV = 'staging' # 新医路院后患者管理平台/测试环境 -VUE_APP_BASE_API = 'http://192.168.4.7:19090' +VUE_APP_BASE_API = 'http://192.168.4.245:19090'