This commit is contained in:
2025-02-26 15:39:51 +08:00
parent 3264fff56b
commit c7dd00c2d1
3 changed files with 14 additions and 3 deletions

View File

@ -5,7 +5,11 @@ VUE_APP_TITLE = 新医路院后患者管理平台
ENV = 'development'
# 新医路院后患者管理平台/开发环境
VUE_APP_BASE_API = 'http://192.168.16.48:8080'
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_CLI_BABEL_TRANSPILE_MODULES = true

View File

@ -5,4 +5,8 @@ VUE_APP_TITLE = 新医路院后患者管理平台
ENV = 'production'
# 新医路院后患者管理平台/生产环境
VUE_APP_BASE_API = 'http://192.168.16.76:8080'
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'

View File

@ -7,4 +7,7 @@ NODE_ENV = production
ENV = 'staging'
# 新医路院后患者管理平台/测试环境
VUE_APP_BASE_API = '/stage-api'
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'