vue-h5-template/.env.production
2019-06-15 12:54:41 +08:00

10 lines
164 B
Plaintext

NODE_ENV='production'
# must start with VUE_APP_
VUE_APP_ENV = 'production'
#base url
BASE_URL = 'https://www.xxx.com/'
#appid
VUE_APP_WECHAT_APPID='1234567890'