河口二院配置初始化

This commit is contained in:
zhangheng 2025-12-19 13:39:08 +08:00
parent bd37c1917f
commit e3782b3f3c
3 changed files with 3 additions and 6 deletions

View File

@ -5,7 +5,7 @@ VUE_APP_TITLE = 新医路院后患者管理平台
ENV = 'development'
# 新医路院后患者管理平台/开发环境
VUE_APP_BASE_API = 'http://192.168.4.7:19090'
VUE_APP_BASE_API = 'http://60.214.233.107:19090'
# 路由懒加载

View File

@ -5,5 +5,5 @@ VUE_APP_TITLE = 新医路院后患者管理平台
ENV = 'production'
# 新医路院后患者管理平台/生产环境
VUE_APP_BASE_API = 'http://192.168.4.7:19090'
VUE_APP_BASE_API = 'http://60.214.233.107:19090'

View File

@ -7,7 +7,4 @@ NODE_ENV = production
ENV = 'staging'
# 新医路院后患者管理平台/测试环境
VUE_APP_BASE_API = 'http://192.168.20.37:19090'
# VUE_APP_BASE_API = 'http://8.131.93.145:54011'
# VUE_APP_BASE_API = 'http://192.168.0.95:9090'
# VUE_APP_BASE_API = 'https://1608.xinelu.cn'
VUE_APP_BASE_API = 'http://60.214.233.107:19090'