.env.production 687 B

1234567891011121314151617181920212223242526
  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://62.234.61.92:8066/'
  11. #VUE_APP_BASE_API1 = 'http://192.168.2.127:8066/'
  12. VUE_APP_BASE_API1 = 'http://192.168.128.171:8066/'
  13. # 图片路径
  14. VUE_APP_BASE_IMG_API = 'http://192.168.128.171:1025/prod-api'
  15. #VUE_APP_BASE_IMG_API = 'http://62.234.61.92:1025/prod-api'
  16. # ws地址
  17. VUE_APP_BASE_WS_API = '//127.0.0.1:8721'
  18. VUE_APP_BASE_IMG_API_MINIO='http://192.168.128.164:9000/xingneng'