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'