Blame view

.env.development 160 Bytes
赵千 committed
1 2 3 4
# just a flag
ENV = 'development'
NODE_ENV=development
# base api
liangyifan committed
5
VUE_APP_BASE_API = '/bdcdj'
赵千 committed
6 7

# 开发环境
jiaozeping@pashanhoo.com committed
8
VUE_APP_API_BASE_URL = 'http://192.168.2.88:8018'