.env.production 194 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 # just a flag ENV = 'production' # base api #VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = 'https://bcp.huangshiparking.com/' #VUE_APP_BASE_API = 'http://bcp.service.huangshiparking.com/'