mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-06-21 03:29:16 +08:00
11 lines
216 B
Plaintext
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'
|
|
|