vue-h5-template/.env.staging
2019-06-06 09:17:06 +08:00

12 lines
215 B
Plaintext

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