luqingyang
2023-10-25 678f5441f463b86d2b59f111085e5be4981beebd
1
2
3
4
5
6
# just a flag
ENV = 'production'
 
# base api
# VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://localhost:8080'