vue-h5-template/.env.production
2019-06-15 14:39:59 +08:00

9 lines
163 B
Plaintext

NODE_ENV='production'
# must start with VUE_APP_
VUE_APP_ENV = 'production'
#base url
BASE_URL = 'https://www.xxx.com/'
# base api
VUE_APP_BASE_API = '/prod-api'