.env.development 444 B

12345678910111213141516171819202122
  1. # just a flag
  2. NODE_ENV = 'development'
  3. VUE_APP_MODE = 'development'
  4. # base api
  5. # 119.29.229.56
  6. # 1.14.244.91
  7. # 192.168.3.92:82
  8. # http://1.14.244.91:182/
  9. # VUE_APP_BASE_API = 'http://192.168.3.86:83/op/base'
  10. VUE_APP_BASE_API = '/api'
  11. # VUE_APP_BASE_API = 'http://192.168.3.180/op/base'
  12. # 数据工厂-生产线管理跳转地址
  13. VUE_APP_N8N_URL = 'https://n8n.citupro.com'
  14. #预览api地址
  15. VUE_APP_PREVIEW_URL = 'http://192.168.3.91:8012'