web-base-pc/.env.production

7 lines
122 B
Plaintext
Raw Normal View History

2025-03-23 09:23:38 +08:00
# just a flag
ENV = 'production'
# base api
2025-04-10 13:49:24 +08:00
VUE_APP_BASE_API = '/prod-api'
2025-03-23 09:23:38 +08:00
VUE_APP_BASE_API1 = 'http://index.hzs413.com'