.env.production 338 B

123456789101112131415
  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://localhost: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://192.168.63.41:80/'