Files
emsfront/.env.production
2025-12-15 14:42:27 +08:00

16 lines
372 B
Plaintext

# 页面标题
VUE_APP_TITLE = 上动新能源-EMS管理系统
# 生产环境配置
NODE_ENV = 'production'
# EMS管理系统/生产环境
# VUE_APP_BASE_API= 'http://1.15.120.242:8089'
VUE_APP_BASE_API= 'http://localhost:2024'
# EMS管理系统/生产环境 图片拼接地址
# VUE_APP_IMG_URL = 'http://1.15.120.242:8089'
VUE_APP_IMG_URL = 'http://localhost:2024'