vue-h5-template/.env.production
2019-06-04 09:24:55 +08:00

11 lines
216 B
Plaintext

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