web-retail-admin/.env.development

31 lines
654 B
Plaintext
Raw Permalink Normal View History

2025-03-23 10:03:12 +08:00
~# just a flag
ENV = 'development'
# base api
#辉
#VUE_APP_BASE_API = 'http://192.168.0.189:8080'
#敬
#VUE_APP_BASE_API = 'http://192.168.31.137:8080'
#曹
#VUE_APP_BASE_API = 'http://192.168.31.210:8080'
#开发
#VUE_APP_BASE_API = 'http://182.92.11.203:8050'
#隋
#VUE_APP_BASE_API = 'http://192.168.110.86:8080'
#VUE_APP_BASE_API = '/prod-api'
#超
#VUE_APP_BASE_API = 'http://192.168.31.159:8080'
VUE_APP_BASE_API = 'http://localhost:8080'
#测试
# VUE_APP_BASE_API = 'http://a1.hzs413.com/prod-api'
# VUE_APP_BASE_API = 'http://s.hzs413.com/prod-api'
VUE_APP_ADDRESS = 'https://yx.hzs413.com/'
VUE_APP_ADDRESS1 = 'https://cn.hzs413.com/'