mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-06 03:57:50 +08:00
8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
# just a flag
|
|
ENV = 'production'
|
|
#base url
|
|
BASE_URL = https://www.top1buyer.com/
|
|
# base api
|
|
VUE_APP_BASE_API = '/prod-api'
|
|
|