.env.production 338 B

1234567891011121314
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. # 测试线
  5. VUE_APP_BASE_API = 'https://tmrwatch.cn:8082/'
  6. # 后台本地
  7. # VUE_APP_BASE_API = 'http://192.168.1.77:8082/'
  8. # 正式线
  9. # VUE_APP_BASE_API = 'https://eam.modernfarming.cn:8000/'
  10. # VUE_APP_BASE_API = 'http://127.0.0.1:8082/'
  11. # VUE_APP_BASE_API = 'http://36.155.144.182:18090/'