环境变量配置

This commit is contained in:
白菜
2025-11-12 10:57:07 +08:00
parent 87cd27b798
commit bc5f2b4470
4 changed files with 36 additions and 27 deletions

View File

@ -2,11 +2,11 @@
VUE_APP_TITLE = 上动新能源-EMS管理系统
# 生产环境配置
ENV = 'production'
NODE_ENV = production
NODE_ENV = 'production'
# EMS管理系统/生产环境
VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API= 'http://1.15.120.242:8089'
# EMS管理系统/生产环境 图片拼接地址
VUE_APP_IMG_URL = 'http://1.15.120.242:8089
VUE_APP_IMG_URL = 'http://1.15.120.242:8089'