生产、云下环境变量配置

This commit is contained in:
白菜
2025-12-15 17:41:29 +08:00
parent 1a11c67aad
commit 4a4d26f018

View File

@ -5,11 +5,9 @@ VUE_APP_TITLE = 上动新能源-EMS管理系统
NODE_ENV = 'production' NODE_ENV = 'production'
# EMS管理系统/生产环境 # EMS管理系统/生产环境
# VUE_APP_BASE_API= 'http://1.15.120.242:8089' VUE_APP_BASE_API= 'http://127.0.0.1:8089'
VUE_APP_BASE_API= 'http://localhost:2024'
# EMS管理系统/生产环境 图片拼接地址 # EMS管理系统/生产环境 图片拼接地址
# VUE_APP_IMG_URL = 'http://1.15.120.242:8089' VUE_APP_IMG_URL = 'http://127.0.0.1:8089'
VUE_APP_IMG_URL = 'http://localhost:2024'