mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-06-15 14:39:15 +08:00
12 lines
215 B
Plaintext
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'
|
|
|