xinelu-web/.env.production

9 lines
180 B
Plaintext
Raw Normal View History

2023-09-19 11:48:51 +08:00
# 页面标题
2023-12-06 09:22:24 +08:00
VUE_APP_TITLE = 健康管理运维端
2023-09-19 11:48:51 +08:00
# 生产环境配置
ENV = 'production'
2023-12-06 09:22:24 +08:00
# 健康管理运维端/生产环境
VUE_APP_BASE_API = 'http://192.168.16.212:8088'