.env.production 743 B

123456789101112131415161718192021222324252627
  1. # 页面标题
  2. VUE_APP_TITLE = 生产协同管理系统
  3. # 生产环境配置
  4. ENV = 'production'
  5. #管理系统/生产环境
  6. VUE_APP_BASE_API = '/prod-api'
  7. # 生产环境
  8. # VUE_APP_BASE_API1 = 'http://62.234.61.92:8055/'
  9. #VUE_APP_BASE_API1 = 'http://192.168.2.135:8066/'
  10. #VUE_APP_BASE_API1 = 'http://192.168.3.17:8066/'
  11. VUE_APP_BASE_API1 = 'http://192.168.110.83:8066/'
  12. #VUE_APP_BASE_API1 = 'http://175.27.169.173:8066/'
  13. # 图片路径
  14. #VUE_APP_BASE_IMG_API = 'http://192.168.3.17:1024/prod-api'
  15. VUE_APP_BASE_IMG_API = 'http://192.168.2.135:1025/prod-api'
  16. #VUE_APP_BASE_IMG_API = 'http://175.27.169.173:1025/prod-api'
  17. # ws地址
  18. VUE_APP_BASE_WS_API = '//127.0.0.1:8721'
  19. VUE_APP_BASE_IMG_API_MINIO='http://192.168.128.164:9000/xingneng'