futian.liu
2023-12-21 a4273f1a1a6e63b7543acb2472b2af806fe44f41
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'