河口二院配置修改

This commit is contained in:
zhangheng 2026-03-25 15:22:43 +08:00
parent f8c4646ead
commit c1d646d1fc
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -7,4 +7,4 @@ NODE_ENV = production
ENV = 'staging' ENV = 'staging'
# 新医路院后患者管理平台/测试环境 # 新医路院后患者管理平台/测试环境
VUE_APP_BASE_API = 'http://192.168.4.7:19090' VUE_APP_BASE_API = 'http://192.168.4.245:19090'