Blame view

.env.production 161 Bytes
任超 committed
1 2 3 4 5 6 7 8
# just a flag
ENV = 'production'
NODE_ENV=production
# base api
VUE_APP_BASE_API = ''

# 演示,正式后端
VUE_APP_API_BASE_URL = 'http://192.168.2.38:8008'