.env.production 858 B

123456789101112131415161718192021222324252627282930
  1. # 页面标题
  2. VUE_APP_TITLE = 中药房管理系统
  3. # 生产环境配置
  4. ENV = 'production'
  5. # 中药房管理系统/生产环境 47生产 106开发
  6. #测试环境
  7. #VUE_APP_BASE_API = 'http://47.118.22.101:2020/'
  8. #VUE_APP_BASE_API_V2 = 'http://47.118.22.101:3030/'
  9. #VUE_APP_BASE_API = 'http://zhongyao.fscuc.cn/'
  10. #VUE_APP_BASE_API_V2 = 'http://zy-web.fscuc.cn/'
  11. #铜陵生产环境
  12. #VUE_APP_BASE_API = 'http://10.250.11.48:2020'
  13. #VUE_APP_BASE_API_V2 = 'http://10.250.11.48:2020'
  14. #阜南生产环境
  15. #VUE_APP_BASE_API = 'http://124.112.64.166:2020'
  16. VUE_APP_BASE_API_V2='http://124.112.64.166:2020'
  17. #VUE_APP_BASE_API = 'http://47.118.22.101:8005'
  18. #VUE_APP_BASE_API_V2 = 'http://47.118.22.101:8006'
  19. #VUE_APP_BASE_API = 'http://47.118.22.101:2020'
  20. #VUE_APP_BASE_API_V2 = 'http://47.118.22.101:2020'
  21. VUE_APP_BASE_API='/manager/'
  22. VUE_APP_SF_EXPRESS_ENV=pro