线上环境配置修改

This commit is contained in:
纪寒 2024-01-22 09:56:00 +08:00
parent 40e6ee4234
commit bb0311e8ad
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ VUE_APP_TITLE = 健康管理运维端
ENV = 'development'
# 健康管理运维端/开发环境
VUE_APP_BASE_API = 'http://192.168.16.48:8088'
VUE_APP_BASE_API = 'https://hekou-nurse-api.xinyilu.cn'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

@ -5,4 +5,4 @@ VUE_APP_TITLE = 健康管理运维端
ENV = 'production'
# 健康管理运维端/生产环境
VUE_APP_BASE_API = 'http://192.168.16.212:8088'
VUE_APP_BASE_API = 'https://hekou-nurse-api.xinyilu.cn'