HHSLinkSLink/HSLink-front/.env.production

9 lines
160 B
Plaintext
Raw Normal View History

2024-06-26 17:32:49 +08:00
# 生产环境配置
ENV = 'production'
# 生产环境
VUE_APP_BASE_API = '/prod-api'
# 后端地址+端口
VUE_APP_BACK = 'http://phy0412.top:8862/prod-api'