# just a flag
ENV = 'production'

# base api
# 线上测试
 VUE_APP_BASE_API = 'https://tmrwatch.cn:8082/'
# 后台本地
# VUE_APP_BASE_API = 'http://localhost:8082/'
# 正式地址
# VUE_APP_BASE_API = 'https://eam.modernfarming.cn:8000/'

# VUE_APP_BASE_API = 'http://127.0.0.1:8082/'

# VUE_APP_BASE_API = 'http://192.168.63.41:80/'