Files
emsfront/.env.production

13 lines
283 B
Plaintext
Raw Permalink Normal View History

2025-06-14 18:03:55 +08:00
# 页面标题
2025-06-30 14:18:32 +08:00
VUE_APP_TITLE = 上动新能源-EMS管理系统
2025-06-14 18:03:55 +08:00
# 生产环境配置
2025-11-12 10:57:07 +08:00
NODE_ENV = 'production'
2025-06-14 18:03:55 +08:00
# EMS管理系统/生产环境
2025-11-12 10:57:07 +08:00
VUE_APP_BASE_API= 'http://1.15.120.242:8089'
2025-11-11 17:53:40 +08:00
# EMS管理系统/生产环境 图片拼接地址
2025-11-12 10:57:07 +08:00
VUE_APP_IMG_URL = 'http://1.15.120.242:8089'