NurseStationOperateUI/.env.production

9 lines
197 B
Plaintext
Raw Normal View History

2022-11-04 14:22:46 +08:00
# 页面标题
2022-11-07 15:11:42 +08:00
VUE_APP_TITLE = 泉医到家运营管理平台
2022-11-04 14:22:46 +08:00
# 生产环境配置
ENV = 'production'
2022-11-07 15:11:42 +08:00
# 泉医到家运营管理平台/生产环境
2023-03-23 09:43:17 +08:00
VUE_APP_BASE_API = 'http://192.168.16.76:8080'