diff --git a/.env.development b/.env.development index c7f5099..e5c5d2d 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 新医路院后患者管理平台 ENV = 'development' # 新医路院后患者管理平台/开发环境 -VUE_APP_BASE_API = 'http://60.214.233.107:19090' +VUE_APP_BASE_API = 'http://192.168.4.7:19090' # 路由懒加载 diff --git a/.env.production b/.env.production index 5a93a2f..c6b3910 100644 --- a/.env.production +++ b/.env.production @@ -5,5 +5,5 @@ VUE_APP_TITLE = 新医路院后患者管理平台 ENV = 'production' # 新医路院后患者管理平台/生产环境 -VUE_APP_BASE_API = 'http://60.214.233.107:19090' +VUE_APP_BASE_API = 'http://192.168.4.7:19090' diff --git a/.env.staging b/.env.staging index 1cd4ee3..5256e12 100644 --- a/.env.staging +++ b/.env.staging @@ -7,4 +7,4 @@ NODE_ENV = production ENV = 'staging' # 新医路院后患者管理平台/测试环境 -VUE_APP_BASE_API = 'http://60.214.233.107:19090' +VUE_APP_BASE_API = 'http://192.168.4.7:19090'