taicangZongzhi/.env.production

7 lines
117 B

# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = '/dashboard'
BASE_API = 'http://47.116.52.164:10002'