环境变量配置

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,8 +2,11 @@
VUE_APP_TITLE = 上动新能源-EMS管理系统
# 测试环境配置
ENV = 'staging'
NODE_ENV = staging
NODE_ENV = 'staging'
# EMS管理系统/测试环境
VUE_APP_BASE_API= 'http://110.40.171.179:8089'
# EMS管理系统/测试环境 图片拼接地址
VUE_APP_IMG_URL = 'http://110.40.171.179:8089'
# EMS管理系统/生产环境 图片拼接地址
VUE_APP_IMG_URL = 'http://110.40.171.179:8089'