.env.production 173 Bytes
# just a flag
ENV = 'demonstration'
NODE_ENV=development
# base api
VUE_APP_BASE_API = '/dev-api'

# 演示,正式后端
VUE_APP_API_BASE_URL = 'http://192.168.2.88:8009'